Html Css Color HEX #AC7110 Golden Brown

📋 copy color: '#AC7110'

red 172 ◦ green 113 ◦ blue 16

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

Shades of Golden Brown #AC7110

Tints of Golden Brown #AC7110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.32%

R = 57.14%
G = 37.54%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC7110 (or 0xAC7110) is known color: Golden Brown. HEX triplet: AC, 71 and 10. RGB value is (172,113,16). Sum of RGB (Red+Green+Blue) = 172+113+16=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7110 is #538EEF. Grayscale: #787878. Windows color (decimal): -5476080 or 1077676. OLE color: 1077676.

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

Color convert

RGB 172 113 16 -
CMYK 0 0.34 0.91 0.33
HSL 37.31º 0.83% 0.37% -
HSV(B) 37.31º 0.91% 0.67% -
XYZ 23.01 20.62 3.26 -
YUV 119.58 69.55 165.39 -
System Red Green Blue C M Y K H S L
Decimal 172 113 16 0 0.34 0.91 0.33 37.31 0.83 0.37
Hex AC 71 10 0 22 5B 21 25 53 25
Octal 254 161 20 0 42 133 41 45 123 45
Binary 10101100 1110001 10000 0 100010 1011011 100001 100101 1010011 100101

Color Harmonies of #AC7110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7110

Black with #AC7110

Text Example


Text Example

White with #AC7110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7110; }

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

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

background-color css

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

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

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

border-color css

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

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

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