Html Css Color HEX #AFA80A Lucky

📋 copy color: '#AFA80A'

red 175 ◦ green 168 ◦ blue 10

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

Shades of Lucky #AFA80A

Tints of Lucky #AFA80A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.59%

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

R = 49.58%
G = 47.59%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AFA80A (or 0xAFA80A) is known color: Lucky. HEX triplet: AF, A8 and 0A. RGB value is (175,168,10). Sum of RGB (Red+Green+Blue) = 175+168+10=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA80A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA80A is #5057F5. Grayscale: #989898. Windows color (decimal): -5265398 or 698543. OLE color: 698543.

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

Color convert

RGB 175 168 10 -
CMYK 0 0.04 0.94 0.31
HSL 57.45º 0.89% 0.36% -
HSV(B) 57.45º 0.94% 0.69% -
XYZ 31.74 37.14 5.78 -
YUV 152.08 47.82 144.35 -
System Red Green Blue C M Y K H S L
Decimal 175 168 10 0 0.04 0.94 0.31 57.45 0.89 0.36
Hex AF A8 A 0 4 5E 1F 39 59 24
Octal 257 250 12 0 4 136 37 71 131 44
Binary 10101111 10101000 1010 0 100 1011110 11111 111001 1011001 100100

Color Harmonies of #AFA80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA80A

Black with #AFA80A

Text Example


Text Example

White with #AFA80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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