Html Css Color HEX #AFAA0B Lucky

📋 copy color: '#AFAA0B'

red 175 ◦ green 170 ◦ blue 11

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

Shades of Lucky #AFAA0B

Tints of Lucky #AFAA0B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.75%

 BLUE value IS 11 (4.69% from 255) = 3.09%

R = 49.16%
G = 47.75%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AFAA0B (or 0xAFAA0B) is known color: Lucky. HEX triplet: AF, AA and 0B. RGB value is (175,170,11). Sum of RGB (Red+Green+Blue) = 175+170+11=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAA0B is #5055F4. Grayscale: #9A9A9A. Windows color (decimal): -5264885 or 764591. OLE color: 764591.

HSL color Cylindrical-coordinate representation of color #AFAA0B: hue angle of 58.17º 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 #AFAA0B is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 170 11 -
CMYK 0 0.03 0.94 0.31
HSL 58.17º 0.88% 0.36% -
HSV(B) 58.17º 0.94% 0.69% -
XYZ 32.11 37.89 5.94 -
YUV 153.37 47.66 143.43 -
System Red Green Blue C M Y K H S L
Decimal 175 170 11 0 0.03 0.94 0.31 58.17 0.88 0.36
Hex AF AA B 0 3 5E 1F 3A 58 24
Octal 257 252 13 0 3 136 37 72 130 44
Binary 10101111 10101010 1011 0 11 1011110 11111 111010 1011000 100100

Color Harmonies of #AFAA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAA0B

Black with #AFAA0B

Text Example


Text Example

White with #AFAA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAA0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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