#AFB512

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

Shades of La Rioja #AFB512

Tints of La Rioja #AFB512

Color information

#AFB512 (or 0xAFB512) is unknown color: approx La Rioja. HEX triplet: AF, B5 and 12. RGB value is (175,181,18). Sum of RGB (Red+Green+Blue) = 175+181+18=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB512 is #504AED. Grayscale: #A1A1A1. Windows color (decimal): -5262062 or 1226159. OLE color: 1226159.

HSL color Cylindrical-coordinate representation of color #AFB512: hue angle of 62.21º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFB512 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB17518118-
CMYK0.0300.900.29
HSL62.21º81.91%39.02%-
HSV(B)62.21º90.06%70.98%-
XYZ34.3142.216.91-
YUV160.6247.51138.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.79%
GREEN value IS 181 (71.09% from 255) = 48.40%
BLUE value IS 18 (7.42% from 255) = 4.81%
R=46.79%
G=48.40%
B=4.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175181180.0300.900.2962.2181.9139.02
HexAFB512305A1D3e5227
Octal2572652230132357612247
Binary1010111110110101100101101011010111011111101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB512; }

 p { color: rgb(175,181,18); }

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

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

 a { background-color: rgb(175,181,18); }

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

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

 span { border-color: rgb(175,181,18); }

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