#ADB610

Color #ADB610 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #ADB610

Tints of La Rioja #ADB610

Color information

#ADB610 (or 0xADB610) is unknown color: approx La Rioja. HEX triplet: AD, B6 and 10. RGB value is (173,182,16). Sum of RGB (Red+Green+Blue) = 173+182+16=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB610 is #5249EF. Grayscale: #A1A1A1. Windows color (decimal): -5392880 or 1095341. OLE color: 1095341.

HSL color Cylindrical-coordinate representation of color #ADB610: hue angle of 63.25º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADB610 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB17318216-
CMYK0.0500.910.29
HSL63.25º83.84%38.82%-
HSV(B)63.25º91.21%71.37%-
XYZ34.0642.386.88-
YUV160.3846.52137-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 46.63%
GREEN value IS 182 (71.48% from 255) = 49.06%
BLUE value IS 16 (6.64% from 255) = 4.31%
R=46.63%
G=49.06%
B=4.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173182160.0500.910.2963.2583.8438.82
HexADB610505B1D3f5427
Octal2552662050133357712447
Binary10101101101101101000010101011011111011111111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB610; }

 p { color: rgb(173,182,16); }

 H1.HeaderClassName
 {
   color: #ADB610;
 }
 .AnyTagClassName
 {
   color: #ADB610;
 }
</style>
background-color css

<style>
 a { background-color: #ADB610; }

 a { background-color: rgb(173,182,16); }

 div.DivClassName
 {
   background-color: #ADB610;
 }
 .BgClassName
 {
   background-color: #ADB610;
 }
</style>
border-color css

<style>
 span { border-color: #ADB610; }

 span { border-color: rgb(173,182,16); }

 td.TdClassName
 {
   border-color: #ADB610;
 }
 .TagClassName
 {
   border-color: #ADB610;
 }
</style>