Html Css Color HEX #AF5D16 Rich Gold

📋 copy color: '#AF5D16'

red 175 ◦ green 93 ◦ blue 22

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

Shades of Rich Gold #AF5D16

Tints of Rich Gold #AF5D16

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.07%

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

R = 60.34%
G = 32.07%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF5D16 (or 0xAF5D16) is known color: Rich Gold. HEX triplet: AF, 5D and 16. RGB value is (175,93,22). Sum of RGB (Red+Green+Blue) = 175+93+22=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5D16 is #50A2E9. Grayscale: #6D6D6D. Windows color (decimal): -5284586 or 1465775. OLE color: 1465775.

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

Color convert

RGB 175 93 22 -
CMYK 0 0.47 0.87 0.31
HSL 27.84º 0.78% 0.39% -
HSV(B) 27.84º 0.87% 0.69% -
XYZ 21.74 17 2.89 -
YUV 109.42 78.67 174.77 -
System Red Green Blue C M Y K H S L
Decimal 175 93 22 0 0.47 0.87 0.31 27.84 0.78 0.39
Hex AF 5D 16 0 2F 57 1F 1C 4E 27
Octal 257 135 26 0 57 127 37 34 116 47
Binary 10101111 1011101 10110 0 101111 1010111 11111 11100 1001110 100111

Color Harmonies of #AF5D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D16

Black with #AF5D16

Text Example


Text Example

White with #AF5D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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