Html Css Color HEX #AFA11C Lucky

📋 copy color: '#AFA11C'

red 175 ◦ green 161 ◦ blue 28

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

Shades of Lucky #AFA11C

Tints of Lucky #AFA11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.69%

R = 48.08%
G = 44.23%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AFA11C (or 0xAFA11C) is known color: Lucky. HEX triplet: AF, A1 and 1C. RGB value is (175,161,28). Sum of RGB (Red+Green+Blue) = 175+161+28=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 28 (11.33% from 255 or 7.69% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA11C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA11C is #505EE3. Grayscale: #969696. Windows color (decimal): -5267172 or 1876399. OLE color: 1876399.

HSL color Cylindrical-coordinate representation of color #AFA11C: hue angle of 54.29º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFA11C is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 161 28 -
CMYK 0 0.08 0.84 0.31
HSL 54.29º 0.72% 0.4% -
HSV(B) 54.29º 0.84% 0.69% -
XYZ 30.63 34.69 6.18 -
YUV 150.02 59.14 145.81 -
System Red Green Blue C M Y K H S L
Decimal 175 161 28 0 0.08 0.84 0.31 54.29 0.72 0.4
Hex AF A1 1C 0 8 54 1F 36 48 28
Octal 257 241 34 0 10 124 37 66 110 50
Binary 10101111 10100001 11100 0 1000 1010100 11111 110110 1001000 101000

Color Harmonies of #AFA11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA11C

Black with #AFA11C

Text Example


Text Example

White with #AFA11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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