#AFB614

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

Shades of La Rioja #AFB614

Tints of La Rioja #AFB614

Color information

#AFB614 (or 0xAFB614) is unknown color: approx La Rioja. HEX triplet: AF, B6 and 14. RGB value is (175,182,20). Sum of RGB (Red+Green+Blue) = 175+182+20=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB614 is #5049EB. Grayscale: #A2A2A2. Windows color (decimal): -5261804 or 1357487. OLE color: 1357487.

HSL color Cylindrical-coordinate representation of color #AFB614: hue angle of 62.59º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFB614 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB17518220-
CMYK0.0400.890.29
HSL62.59º80.2%39.61%-
HSV(B)62.59º89.01%71.37%-
XYZ34.5342.627.07-
YUV161.4448.18137.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.42%
GREEN value IS 182 (71.48% from 255) = 48.28%
BLUE value IS 20 (8.20% from 255) = 5.31%
R=46.42%
G=48.28%
B=5.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175182200.0400.890.2962.5980.239.61
HexAFB61440591D3f5028
Octal2572662440131357712050
Binary10101111101101101010010001011001111011111111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB614; }

 p { color: rgb(175,182,20); }

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

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

 a { background-color: rgb(175,182,20); }

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

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

 span { border-color: rgb(175,182,20); }

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