Html Css Color HEX #AF9D18 Lucky

📋 copy color: '#AF9D18'

red 175 ◦ green 157 ◦ blue 24

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

Shades of Lucky #AF9D18

Tints of Lucky #AF9D18

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.1%

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

R = 49.16%
G = 44.1%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF9D18 (or 0xAF9D18) is known color: Lucky. HEX triplet: AF, 9D and 18. RGB value is (175,157,24). Sum of RGB (Red+Green+Blue) = 175+157+24=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9D18 is #5062E7. Grayscale: #939393. Windows color (decimal): -5268200 or 1613231. OLE color: 1613231.

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

Color convert

RGB 175 157 24 -
CMYK 0 0.10 0.86 0.31
HSL 52.85º 0.76% 0.39% -
HSV(B) 52.85º 0.86% 0.69% -
XYZ 29.9 33.29 5.71 -
YUV 147.22 58.46 147.81 -
System Red Green Blue C M Y K H S L
Decimal 175 157 24 0 0.10 0.86 0.31 52.85 0.76 0.39
Hex AF 9D 18 0 A 56 1F 35 4C 27
Octal 257 235 30 0 12 126 37 65 114 47
Binary 10101111 10011101 11000 0 1010 1010110 11111 110101 1001100 100111

Color Harmonies of #AF9D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9D18

Black with #AF9D18

Text Example


Text Example

White with #AF9D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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