Html Css Color HEX #AFBA06 La Rioja

📋 copy color: '#AFBA06'

red 175 ◦ green 186 ◦ blue 6

#AFBA06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #AFBA06

Tints of La Rioja #AFBA06

RGB

 RED value IS 175 (68.75% from 255) = 47.68%

 GREEN value IS 186 (73.05% from 255) = 50.68%

 BLUE value IS 6 (2.73% from 255) = 1.63%

R = 47.68%
G = 50.68%
B = 1.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#AFBA06 (or 0xAFBA06) is known color: La Rioja. HEX triplet: AF, BA and 06. RGB value is (175,186,6). Sum of RGB (Red+Green+Blue) = 175+186+6=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 6 (2.73% from 255 or 1.63% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBA06 is #5045F9. Grayscale: #A2A2A2. Windows color (decimal): -5260794 or 441007. OLE color: 441007.

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

Color convert

RGB 175 186 6 -
CMYK 0.06 0 0.97 0.27
HSL 63.67º 0.94% 0.38% -
HSV(B) 63.67º 0.97% 0.73% -
XYZ 35.27 44.24 6.85 -
YUV 162.19 39.86 137.14 -
System Red Green Blue C M Y K H S L
Decimal 175 186 6 0.06 0 0.97 0.27 63.67 0.94 0.38
Hex AF BA 6 6 0 61 1B 40 5E 26
Octal 257 272 6 6 0 141 33 100 136 46
Binary 10101111 10111010 110 110 0 1100001 11011 1000000 1011110 100110

Color Harmonies of #AFBA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA06

Black with #AFBA06

Text Example


Text Example

White with #AFBA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA06; }

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

 H1.HeaderClassName
 {
   color: #AFBA06;
 }
 .AnyTagClassName
 {
   color: #AFBA06;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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