Html Css Color HEX #AF9316 Lucky

📋 copy color: '#AF9316'

red 175 ◦ green 147 ◦ blue 22

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

Shades of Lucky #AF9316

Tints of Lucky #AF9316

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.73%

 BLUE value IS 22 (8.98% from 255) = 6.4%

R = 50.87%
G = 42.73%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF9316 (or 0xAF9316) is known color: Lucky. HEX triplet: AF, 93 and 16. RGB value is (175,147,22). Sum of RGB (Red+Green+Blue) = 175+147+22=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9316 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9316 is #506CE9. Grayscale: #8D8D8D. Windows color (decimal): -5270762 or 1479599. OLE color: 1479599.

HSL color Cylindrical-coordinate representation of color #AF9316: hue angle of 49.02º degrees, saturation: 0.78, 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 #AF9316 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 147 22 -
CMYK 0 0.16 0.87 0.31
HSL 49.02º 0.78% 0.39% -
HSV(B) 49.02º 0.87% 0.69% -
XYZ 28.26 30.04 5.07 -
YUV 141.12 60.78 152.16 -
System Red Green Blue C M Y K H S L
Decimal 175 147 22 0 0.16 0.87 0.31 49.02 0.78 0.39
Hex AF 93 16 0 10 57 1F 31 4E 27
Octal 257 223 26 0 20 127 37 61 116 47
Binary 10101111 10010011 10110 0 10000 1010111 11111 110001 1001110 100111

Color Harmonies of #AF9316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9316

Black with #AF9316

Text Example


Text Example

White with #AF9316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9316; }

 p { color: rgb(175,147,22); }

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

background-color css

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

 a { background-color: rgb(175,147,22); }

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

border-color css

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

 span { border-color: rgb(175,147,22); }

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