Html Css Color HEX #AF7112 Golden Brown

📋 copy color: '#AF7112'

red 175 ◦ green 113 ◦ blue 18

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

Shades of Golden Brown #AF7112

Tints of Golden Brown #AF7112

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.93%

 BLUE value IS 18 (7.42% from 255) = 5.88%

R = 57.19%
G = 36.93%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF7112 (or 0xAF7112) is known color: Golden Brown. HEX triplet: AF, 71 and 12. RGB value is (175,113,18). Sum of RGB (Red+Green+Blue) = 175+113+18=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7112 is #508EED. Grayscale: #797979. Windows color (decimal): -5279470 or 1208751. OLE color: 1208751.

HSL color Cylindrical-coordinate representation of color #AF7112: hue angle of 36.31º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF7112 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 113 18 -
CMYK 0 0.35 0.90 0.31
HSL 36.31º 0.81% 0.38% -
HSV(B) 36.31º 0.9% 0.69% -
XYZ 23.69 20.97 3.37 -
YUV 120.71 70.04 166.72 -
System Red Green Blue C M Y K H S L
Decimal 175 113 18 0 0.35 0.90 0.31 36.31 0.81 0.38
Hex AF 71 12 0 23 5A 1F 24 51 26
Octal 257 161 22 0 43 132 37 44 121 46
Binary 10101111 1110001 10010 0 100011 1011010 11111 100100 1010001 100110

Color Harmonies of #AF7112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7112

Black with #AF7112

Text Example


Text Example

White with #AF7112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7112; }

 p { color: rgb(175,113,18); }

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

background-color css

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

 a { background-color: rgb(175,113,18); }

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

border-color css

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

 span { border-color: rgb(175,113,18); }

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