Html Css Color HEX #AF5416 Rich Gold

📋 copy color: '#AF5416'

red 175 ◦ green 84 ◦ blue 22

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

Shades of Rich Gold #AF5416

Tints of Rich Gold #AF5416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.89%

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

R = 62.28%
G = 29.89%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF5416 (or 0xAF5416) is known color: Rich Gold. HEX triplet: AF, 54 and 16. RGB value is (175,84,22). Sum of RGB (Red+Green+Blue) = 175+84+22=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5416 is #50ABE9. Grayscale: #686868. Windows color (decimal): -5286890 or 1463471. OLE color: 1463471.

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

Color convert

RGB 175 84 22 -
CMYK 0 0.52 0.87 0.31
HSL 24.31º 0.78% 0.39% -
HSV(B) 24.31º 0.87% 0.69% -
XYZ 20.99 15.51 2.65 -
YUV 104.14 81.65 178.54 -
System Red Green Blue C M Y K H S L
Decimal 175 84 22 0 0.52 0.87 0.31 24.31 0.78 0.39
Hex AF 54 16 0 34 57 1F 18 4E 27
Octal 257 124 26 0 64 127 37 30 116 47
Binary 10101111 1010100 10110 0 110100 1010111 11111 11000 1001110 100111

Color Harmonies of #AF5416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5416

Black with #AF5416

Text Example


Text Example

White with #AF5416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5416; }

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

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

background-color css

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

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

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

border-color css

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

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

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