Html Css Color HEX #AF5713 Rich Gold

📋 copy color: '#AF5713'

red 175 ◦ green 87 ◦ blue 19

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

Shades of Rich Gold #AF5713

Tints of Rich Gold #AF5713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.96%

 BLUE value IS 19 (7.81% from 255) = 6.76%

R = 62.28%
G = 30.96%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF5713 (or 0xAF5713) is known color: Rich Gold. HEX triplet: AF, 57 and 13. RGB value is (175,87,19). Sum of RGB (Red+Green+Blue) = 175+87+19=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5713 is #50A8EC. Grayscale: #696969. Windows color (decimal): -5286125 or 1267631. OLE color: 1267631.

HSL color Cylindrical-coordinate representation of color #AF5713: hue angle of 26.15º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF5713 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 87 19 -
CMYK 0 0.50 0.89 0.31
HSL 26.15º 0.8% 0.38% -
HSV(B) 26.15º 0.89% 0.69% -
XYZ 21.2 15.98 2.58 -
YUV 105.56 79.15 177.53 -
System Red Green Blue C M Y K H S L
Decimal 175 87 19 0 0.50 0.89 0.31 26.15 0.8 0.38
Hex AF 57 13 0 32 59 1F 1A 50 26
Octal 257 127 23 0 62 131 37 32 120 46
Binary 10101111 1010111 10011 0 110010 1011001 11111 11010 1010000 100110

Color Harmonies of #AF5713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5713

Black with #AF5713

Text Example


Text Example

White with #AF5713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5713; }

 p { color: rgb(175,87,19); }

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

background-color css

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

 a { background-color: rgb(175,87,19); }

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

border-color css

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

 span { border-color: rgb(175,87,19); }

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