Html Css Color HEX #AF7013 Golden Brown

📋 copy color: '#AF7013'

red 175 ◦ green 112 ◦ blue 19

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

Shades of Golden Brown #AF7013

Tints of Golden Brown #AF7013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.6%

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

R = 57.19%
G = 36.6%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF7013 (or 0xAF7013) is known color: Golden Brown. HEX triplet: AF, 70 and 13. RGB value is (175,112,19). Sum of RGB (Red+Green+Blue) = 175+112+19=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7013 is #508FEC. Grayscale: #787878. Windows color (decimal): -5279725 or 1274031. OLE color: 1274031.

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

Color convert

RGB 175 112 19 -
CMYK 0 0.36 0.89 0.31
HSL 35.77º 0.8% 0.38% -
HSV(B) 35.77º 0.89% 0.69% -
XYZ 23.59 20.75 3.38 -
YUV 120.24 70.87 167.06 -
System Red Green Blue C M Y K H S L
Decimal 175 112 19 0 0.36 0.89 0.31 35.77 0.8 0.38
Hex AF 70 13 0 24 59 1F 24 50 26
Octal 257 160 23 0 44 131 37 44 120 46
Binary 10101111 1110000 10011 0 100100 1011001 11111 100100 1010000 100110

Color Harmonies of #AF7013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7013

Black with #AF7013

Text Example


Text Example

White with #AF7013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7013; }

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

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

background-color css

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

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

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

border-color css

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

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

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