Html Css Color HEX #AF9718 Lucky

📋 copy color: '#AF9718'

red 175 ◦ green 151 ◦ blue 24

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

Shades of Lucky #AF9718

Tints of Lucky #AF9718

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.14%

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

R = 50%
G = 43.14%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF9718 (or 0xAF9718) is known color: Lucky. HEX triplet: AF, 97 and 18. RGB value is (175,151,24). Sum of RGB (Red+Green+Blue) = 175+151+24=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9718 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9718 is #5068E7. Grayscale: #909090. Windows color (decimal): -5269736 or 1611695. OLE color: 1611695.

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

Color convert

RGB 175 151 24 -
CMYK 0 0.14 0.86 0.31
HSL 50.46º 0.76% 0.39% -
HSV(B) 50.46º 0.86% 0.69% -
XYZ 28.91 31.31 5.38 -
YUV 143.7 60.45 150.33 -
System Red Green Blue C M Y K H S L
Decimal 175 151 24 0 0.14 0.86 0.31 50.46 0.76 0.39
Hex AF 97 18 0 E 56 1F 32 4C 27
Octal 257 227 30 0 16 126 37 62 114 47
Binary 10101111 10010111 11000 0 1110 1010110 11111 110010 1001100 100111

Color Harmonies of #AF9718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9718

Black with #AF9718

Text Example


Text Example

White with #AF9718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9718; }

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

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

background-color css

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

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

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

border-color css

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

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

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