Html Css Color HEX #AC6011 Golden Brown

📋 copy color: '#AC6011'

red 172 ◦ green 96 ◦ blue 17

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

Shades of Golden Brown #AC6011

Tints of Golden Brown #AC6011

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.68%

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

R = 60.35%
G = 33.68%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC6011 (or 0xAC6011) is known color: Golden Brown. HEX triplet: AC, 60 and 11. RGB value is (172,96,17). Sum of RGB (Red+Green+Blue) = 172+96+17=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6011 is #539FEE. Grayscale: #6E6E6E. Windows color (decimal): -5480431 or 1138860. OLE color: 1138860.

HSL color Cylindrical-coordinate representation of color #AC6011: hue angle of 30.58º 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 #AC6011 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 96 17 -
CMYK 0 0.44 0.90 0.33
HSL 30.58º 0.82% 0.37% -
HSV(B) 30.58º 0.9% 0.67% -
XYZ 21.3 17.18 2.72 -
YUV 109.72 75.68 172.42 -
System Red Green Blue C M Y K H S L
Decimal 172 96 17 0 0.44 0.90 0.33 30.58 0.82 0.37
Hex AC 60 11 0 2C 5A 21 1F 52 25
Octal 254 140 21 0 54 132 41 37 122 45
Binary 10101100 1100000 10001 0 101100 1011010 100001 11111 1010010 100101

Color Harmonies of #AC6011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6011

Black with #AC6011

Text Example


Text Example

White with #AC6011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6011; }

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

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

background-color css

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

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

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

border-color css

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

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

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