Html Css Color HEX #AFA218 Lucky

📋 copy color: '#AFA218'

red 175 ◦ green 162 ◦ blue 24

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

Shades of Lucky #AFA218

Tints of Lucky #AFA218

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.88%

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

R = 48.48%
G = 44.88%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AFA218 (or 0xAFA218) is known color: Lucky. HEX triplet: AF, A2 and 18. RGB value is (175,162,24). Sum of RGB (Red+Green+Blue) = 175+162+24=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA218 is #505DE7. Grayscale: #969696. Windows color (decimal): -5266920 or 1614511. OLE color: 1614511.

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

Color convert

RGB 175 162 24 -
CMYK 0 0.07 0.86 0.31
HSL 54.83º 0.76% 0.39% -
HSV(B) 54.83º 0.86% 0.69% -
XYZ 30.76 35.02 6 -
YUV 150.16 56.81 145.72 -
System Red Green Blue C M Y K H S L
Decimal 175 162 24 0 0.07 0.86 0.31 54.83 0.76 0.39
Hex AF A2 18 0 7 56 1F 37 4C 27
Octal 257 242 30 0 7 126 37 67 114 47
Binary 10101111 10100010 11000 0 111 1010110 11111 110111 1001100 100111

Color Harmonies of #AFA218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA218

Black with #AFA218

Text Example


Text Example

White with #AFA218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA218; }

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

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

background-color css

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

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

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

border-color css

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

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

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