#AFBA0A

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

Shades of La Rioja #AFBA0A

Tints of La Rioja #AFBA0A

Color information

#AFBA0A (or 0xAFBA0A) is unknown color: approx La Rioja. HEX triplet: AF, BA and 0A. RGB value is (175,186,10). Sum of RGB (Red+Green+Blue) = 175+186+10=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 10 (4.30% from 255 or 2.70% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBA0A is #5045F5. Grayscale: #A3A3A3. Windows color (decimal): -5260790 or 703151. OLE color: 703151.

HSL color Cylindrical-coordinate representation of color #AFBA0A: hue angle of 63.75º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFBA0A is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB17518610-
CMYK0.0600.950.27
HSL63.75º89.8%38.43%-
HSV(B)63.75º94.62%72.94%-
XYZ35.2944.256.97-
YUV162.6541.86136.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.17%
GREEN value IS 186 (73.05% from 255) = 50.13%
BLUE value IS 10 (4.30% from 255) = 2.70%
R=47.17%
G=50.13%
B=2.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175186100.0600.950.2763.7589.838.43
HexAFBAA605F1B405a26
Octal25727212601373310013246
Binary10101111101110101010110010111111101110000001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA0A; }

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

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

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

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

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

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

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

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