Html Css Color HEX #AC7111 Golden Brown

📋 copy color: '#AC7111'

red 172 ◦ green 113 ◦ blue 17

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

Shades of Golden Brown #AC7111

Tints of Golden Brown #AC7111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.63%

R = 56.95%
G = 37.42%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC7111 (or 0xAC7111) is known color: Golden Brown. HEX triplet: AC, 71 and 11. RGB value is (172,113,17). Sum of RGB (Red+Green+Blue) = 172+113+17=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7111 is #538EEE. Grayscale: #787878. Windows color (decimal): -5476079 or 1143212. OLE color: 1143212.

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

Color convert

RGB 172 113 17 -
CMYK 0 0.34 0.90 0.33
HSL 37.16º 0.82% 0.37% -
HSV(B) 37.16º 0.9% 0.67% -
XYZ 23.02 20.62 3.3 -
YUV 119.7 70.05 165.31 -
System Red Green Blue C M Y K H S L
Decimal 172 113 17 0 0.34 0.90 0.33 37.16 0.82 0.37
Hex AC 71 11 0 22 5A 21 25 52 25
Octal 254 161 21 0 42 132 41 45 122 45
Binary 10101100 1110001 10001 0 100010 1011010 100001 100101 1010010 100101

Color Harmonies of #AC7111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7111

Black with #AC7111

Text Example


Text Example

White with #AC7111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7111; }

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

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

background-color css

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

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

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

border-color css

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

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

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