Html Css Color HEX #AFA10C Lucky

📋 copy color: '#AFA10C'

red 175 ◦ green 161 ◦ blue 12

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

Shades of Lucky #AFA10C

Tints of Lucky #AFA10C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.26%

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

R = 50.29%
G = 46.26%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AFA10C (or 0xAFA10C) is known color: Lucky. HEX triplet: AF, A1 and 0C. RGB value is (175,161,12). Sum of RGB (Red+Green+Blue) = 175+161+12=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 161 (63.28% from 255 or 46.26% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA10C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA10C is #505EF3. Grayscale: #949494. Windows color (decimal): -5267188 or 827823. OLE color: 827823.

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

Color convert

RGB 175 161 12 -
CMYK 0 0.08 0.93 0.31
HSL 54.85º 0.87% 0.37% -
HSV(B) 54.85º 0.93% 0.69% -
XYZ 30.49 34.63 5.43 -
YUV 148.2 51.14 147.12 -
System Red Green Blue C M Y K H S L
Decimal 175 161 12 0 0.08 0.93 0.31 54.85 0.87 0.37
Hex AF A1 C 0 8 5D 1F 37 57 25
Octal 257 241 14 0 10 135 37 67 127 45
Binary 10101111 10100001 1100 0 1000 1011101 11111 110111 1010111 100101

Color Harmonies of #AFA10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA10C

Black with #AFA10C

Text Example


Text Example

White with #AFA10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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