Html Css Color HEX #AC7116 Golden Brown

📋 copy color: '#AC7116'

red 172 ◦ green 113 ◦ blue 22

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

Shades of Golden Brown #AC7116

Tints of Golden Brown #AC7116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.17%

R = 56.03%
G = 36.81%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC7116 (or 0xAC7116) is known color: Golden Brown. HEX triplet: AC, 71 and 16. RGB value is (172,113,22). Sum of RGB (Red+Green+Blue) = 172+113+22=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7116 is #538EE9. Grayscale: #787878. Windows color (decimal): -5476074 or 1470892. OLE color: 1470892.

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

Color convert

RGB 172 113 22 -
CMYK 0 0.34 0.87 0.33
HSL 36.4º 0.77% 0.38% -
HSV(B) 36.4º 0.87% 0.67% -
XYZ 23.06 20.64 3.53 -
YUV 120.27 72.55 164.9 -
System Red Green Blue C M Y K H S L
Decimal 172 113 22 0 0.34 0.87 0.33 36.4 0.77 0.38
Hex AC 71 16 0 22 57 21 24 4D 26
Octal 254 161 26 0 42 127 41 44 115 46
Binary 10101100 1110001 10110 0 100010 1010111 100001 100100 1001101 100110

Color Harmonies of #AC7116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7116

Black with #AC7116

Text Example


Text Example

White with #AC7116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7116; }

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

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

background-color css

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

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

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

border-color css

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

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

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