Html Css Color HEX #AFA80C Lucky

📋 copy color: '#AFA80C'

red 175 ◦ green 168 ◦ blue 12

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

Shades of Lucky #AFA80C

Tints of Lucky #AFA80C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.38%

R = 49.3%
G = 47.32%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AFA80C (or 0xAFA80C) is known color: Lucky. HEX triplet: AF, A8 and 0C. RGB value is (175,168,12). Sum of RGB (Red+Green+Blue) = 175+168+12=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA80C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA80C is #5057F3. Grayscale: #989898. Windows color (decimal): -5265396 or 829615. OLE color: 829615.

HSL color Cylindrical-coordinate representation of color #AFA80C: hue angle of 57.42º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFA80C is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 168 12 -
CMYK 0 0.04 0.93 0.31
HSL 57.42º 0.87% 0.37% -
HSV(B) 57.42º 0.93% 0.69% -
XYZ 31.75 37.15 5.84 -
YUV 152.31 48.82 144.18 -
System Red Green Blue C M Y K H S L
Decimal 175 168 12 0 0.04 0.93 0.31 57.42 0.87 0.37
Hex AF A8 C 0 4 5D 1F 39 57 25
Octal 257 250 14 0 4 135 37 71 127 45
Binary 10101111 10101000 1100 0 100 1011101 11111 111001 1010111 100101

Color Harmonies of #AFA80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA80C

Black with #AFA80C

Text Example


Text Example

White with #AFA80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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