Html Css Color HEX #AC7113 Golden Brown

📋 copy color: '#AC7113'

red 172 ◦ green 113 ◦ blue 19

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

Shades of Golden Brown #AC7113

Tints of Golden Brown #AC7113

RGB

 RED value IS 172 (67.58% from 255) = 56.58%

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

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

R = 56.58%
G = 37.17%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC7113 (or 0xAC7113) is known color: Golden Brown. HEX triplet: AC, 71 and 13. RGB value is (172,113,19). Sum of RGB (Red+Green+Blue) = 172+113+19=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7113 is #538EEC. Grayscale: #787878. Windows color (decimal): -5476077 or 1274284. OLE color: 1274284.

HSL color Cylindrical-coordinate representation of color #AC7113: hue angle of 36.86º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC7113 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 113 19 -
CMYK 0 0.34 0.89 0.33
HSL 36.86º 0.8% 0.37% -
HSV(B) 36.86º 0.89% 0.67% -
XYZ 23.04 20.63 3.38 -
YUV 119.93 71.05 165.14 -
System Red Green Blue C M Y K H S L
Decimal 172 113 19 0 0.34 0.89 0.33 36.86 0.8 0.37
Hex AC 71 13 0 22 59 21 25 50 25
Octal 254 161 23 0 42 131 41 45 120 45
Binary 10101100 1110001 10011 0 100010 1011001 100001 100101 1010000 100101

Color Harmonies of #AC7113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7113

Black with #AC7113

Text Example


Text Example

White with #AC7113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7113; }

 p { color: rgb(172,113,19); }

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

background-color css

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

 a { background-color: rgb(172,113,19); }

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

border-color css

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

 span { border-color: rgb(172,113,19); }

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