Html Css Color HEX #AF5616 Rich Gold

📋 copy color: '#AF5616'

red 175 ◦ green 86 ◦ blue 22

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

Shades of Rich Gold #AF5616

Tints of Rich Gold #AF5616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.39%

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

R = 61.84%
G = 30.39%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF5616 (or 0xAF5616) is known color: Rich Gold. HEX triplet: AF, 56 and 16. RGB value is (175,86,22). Sum of RGB (Red+Green+Blue) = 175+86+22=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5616 is #50A9E9. Grayscale: #696969. Windows color (decimal): -5286378 or 1463983. OLE color: 1463983.

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

Color convert

RGB 175 86 22 -
CMYK 0 0.51 0.87 0.31
HSL 25.1º 0.78% 0.39% -
HSV(B) 25.1º 0.87% 0.69% -
XYZ 21.15 15.83 2.7 -
YUV 105.32 80.99 177.7 -
System Red Green Blue C M Y K H S L
Decimal 175 86 22 0 0.51 0.87 0.31 25.1 0.78 0.39
Hex AF 56 16 0 33 57 1F 19 4E 27
Octal 257 126 26 0 63 127 37 31 116 47
Binary 10101111 1010110 10110 0 110011 1010111 11111 11001 1001110 100111

Color Harmonies of #AF5616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5616

Black with #AF5616

Text Example


Text Example

White with #AF5616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5616; }

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

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

background-color css

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

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

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

border-color css

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

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

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