#AFB10A

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

Shades of La Rioja #AFB10A

Tints of La Rioja #AFB10A

Color information

#AFB10A (or 0xAFB10A) is unknown color: approx La Rioja. HEX triplet: AF, B1 and 0A. RGB value is (175,177,10). Sum of RGB (Red+Green+Blue) = 175+177+10=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 177 (69.53% from 255 or 48.90% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB10A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFB10A is #504EF5. Grayscale: #9E9E9E. Windows color (decimal): -5263094 or 700847. OLE color: 700847.

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

Color convert

RGB17517710-
CMYK0.0100.940.31
HSL60.72º89.3%36.67%-
HSV(B)60.72º94.35%69.41%-
XYZ33.4640.586.36-
YUV157.3644.84140.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.34%
GREEN value IS 177 (69.53% from 255) = 48.90%
BLUE value IS 10 (4.30% from 255) = 2.76%
R=48.34%
G=48.90%
B=2.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175177100.0100.940.3160.7289.336.67
HexAFB1A105E1F3d5925
Octal2572611210136377513145
Binary10101111101100011010101011110111111111011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB10A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB10A; }

 p { color: rgb(175,177,10); }

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

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

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

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

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

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

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