Html Css Color HEX #AFA60A Lucky

📋 copy color: '#AFA60A'

red 175 ◦ green 166 ◦ blue 10

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

Shades of Lucky #AFA60A

Tints of Lucky #AFA60A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.29%

 BLUE value IS 10 (4.3% from 255) = 2.85%

R = 49.86%
G = 47.29%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AFA60A (or 0xAFA60A) is known color: Lucky. HEX triplet: AF, A6 and 0A. RGB value is (175,166,10). Sum of RGB (Red+Green+Blue) = 175+166+10=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 166 (65.23% from 255 or 47.29% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA60A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA60A is #5059F5. Grayscale: #979797. Windows color (decimal): -5265910 or 698031. OLE color: 698031.

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

Color convert

RGB 175 166 10 -
CMYK 0 0.05 0.94 0.31
HSL 56.73º 0.89% 0.36% -
HSV(B) 56.73º 0.94% 0.69% -
XYZ 31.37 36.41 5.66 -
YUV 150.91 48.48 145.18 -
System Red Green Blue C M Y K H S L
Decimal 175 166 10 0 0.05 0.94 0.31 56.73 0.89 0.36
Hex AF A6 A 0 5 5E 1F 39 59 24
Octal 257 246 12 0 5 136 37 71 131 44
Binary 10101111 10100110 1010 0 101 1011110 11111 111001 1011001 100100

Color Harmonies of #AFA60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA60A

Black with #AFA60A

Text Example


Text Example

White with #AFA60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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