Html Css Color HEX #AF9117 Lucky

📋 copy color: '#AF9117'

red 175 ◦ green 145 ◦ blue 23

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

Shades of Lucky #AF9117

Tints of Lucky #AF9117

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.27%

 BLUE value IS 23 (9.38% from 255) = 6.71%

R = 51.02%
G = 42.27%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF9117 (or 0xAF9117) is known color: Lucky. HEX triplet: AF, 91 and 17. RGB value is (175,145,23). Sum of RGB (Red+Green+Blue) = 175+145+23=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9117 is #506EE8. Grayscale: #8C8C8C. Windows color (decimal): -5271273 or 1544623. OLE color: 1544623.

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

Color convert

RGB 175 145 23 -
CMYK 0 0.17 0.87 0.31
HSL 48.16º 0.77% 0.39% -
HSV(B) 48.16º 0.87% 0.69% -
XYZ 27.96 29.43 5.02 -
YUV 140.06 61.94 152.92 -
System Red Green Blue C M Y K H S L
Decimal 175 145 23 0 0.17 0.87 0.31 48.16 0.77 0.39
Hex AF 91 17 0 11 57 1F 30 4D 27
Octal 257 221 27 0 21 127 37 60 115 47
Binary 10101111 10010001 10111 0 10001 1010111 11111 110000 1001101 100111

Color Harmonies of #AF9117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9117

Black with #AF9117

Text Example


Text Example

White with #AF9117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9117; }

 p { color: rgb(175,145,23); }

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

background-color css

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

 a { background-color: rgb(175,145,23); }

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

border-color css

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

 span { border-color: rgb(175,145,23); }

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