Html Css Color HEX #AFA118 Lucky

📋 copy color: '#AFA118'

red 175 ◦ green 161 ◦ blue 24

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

Shades of Lucky #AFA118

Tints of Lucky #AFA118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.67%

R = 48.61%
G = 44.72%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AFA118 (or 0xAFA118) is known color: Lucky. HEX triplet: AF, A1 and 18. RGB value is (175,161,24). Sum of RGB (Red+Green+Blue) = 175+161+24=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA118 is #505EE7. Grayscale: #969696. Windows color (decimal): -5267176 or 1614255. OLE color: 1614255.

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

Color convert

RGB 175 161 24 -
CMYK 0 0.08 0.86 0.31
HSL 54.44º 0.76% 0.39% -
HSV(B) 54.44º 0.86% 0.69% -
XYZ 30.59 34.67 5.94 -
YUV 149.57 57.14 146.14 -
System Red Green Blue C M Y K H S L
Decimal 175 161 24 0 0.08 0.86 0.31 54.44 0.76 0.39
Hex AF A1 18 0 8 56 1F 36 4C 27
Octal 257 241 30 0 10 126 37 66 114 47
Binary 10101111 10100001 11000 0 1000 1010110 11111 110110 1001100 100111

Color Harmonies of #AFA118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA118

Black with #AFA118

Text Example


Text Example

White with #AFA118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA118; }

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

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

background-color css

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

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

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

border-color css

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

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

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