#AFAF0B

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

Shades of La Rioja #AFAF0B

Tints of La Rioja #AFAF0B

Color information

#AFAF0B (or 0xAFAF0B) is unknown color: approx La Rioja. HEX triplet: AF, AF and 0B. RGB value is (175,175,11). Sum of RGB (Red+Green+Blue) = 175+175+11=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAF0B is #5050F4. Grayscale: #9C9C9C. Windows color (decimal): -5263605 or 765871. OLE color: 765871.

HSL color Cylindrical-coordinate representation of color #AFAF0B: hue angle of 60º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFAF0B is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB17517511-
CMYK000.940.31
HSL60º88.17%36.47%-
HSV(B)60º93.71%68.63%-
XYZ33.0739.86.26-
YUV156.346141.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 175 (68.75% from 255) = 48.48%
BLUE value IS 11 (4.69% from 255) = 3.05%
R=48.48%
G=48.48%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517511000.940.316088.1736.47
HexAFAFB005E1F3c5824
Octal2572571300136377413044
Binary10101111101011111011001011110111111111001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF0B; }

 p { color: rgb(175,175,11); }

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

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

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

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

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

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

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