Html Css Color HEX #AFA01C Lucky

📋 copy color: '#AFA01C'

red 175 ◦ green 160 ◦ blue 28

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

Shades of Lucky #AFA01C

Tints of Lucky #AFA01C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.08%

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

R = 48.21%
G = 44.08%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AFA01C (or 0xAFA01C) is known color: Lucky. HEX triplet: AF, A0 and 1C. RGB value is (175,160,28). Sum of RGB (Red+Green+Blue) = 175+160+28=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA01C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA01C is #505FE3. Grayscale: #959595. Windows color (decimal): -5267428 or 1876143. OLE color: 1876143.

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

Color convert

RGB 175 160 28 -
CMYK 0 0.09 0.84 0.31
HSL 53.88º 0.72% 0.4% -
HSV(B) 53.88º 0.84% 0.69% -
XYZ 30.46 34.34 6.12 -
YUV 149.44 59.47 146.23 -
System Red Green Blue C M Y K H S L
Decimal 175 160 28 0 0.09 0.84 0.31 53.88 0.72 0.4
Hex AF A0 1C 0 9 54 1F 36 48 28
Octal 257 240 34 0 11 124 37 66 110 50
Binary 10101111 10100000 11100 0 1001 1010100 11111 110110 1001000 101000

Color Harmonies of #AFA01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA01C

Black with #AFA01C

Text Example


Text Example

White with #AFA01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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