Html Css Color HEX #AC6C11 Golden Brown

📋 copy color: '#AC6C11'

red 172 ◦ green 108 ◦ blue 17

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

Shades of Golden Brown #AC6C11

Tints of Golden Brown #AC6C11

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.36%

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

R = 57.91%
G = 36.36%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC6C11 (or 0xAC6C11) is known color: Golden Brown. HEX triplet: AC, 6C and 11. RGB value is (172,108,17). Sum of RGB (Red+Green+Blue) = 172+108+17=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6C11 is #5393EE. Grayscale: #757575. Windows color (decimal): -5477359 or 1141932. OLE color: 1141932.

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

Color convert

RGB 172 108 17 -
CMYK 0 0.37 0.90 0.33
HSL 35.23º 0.82% 0.37% -
HSV(B) 35.23º 0.9% 0.67% -
XYZ 22.48 19.54 3.12 -
YUV 116.76 71.7 167.4 -
System Red Green Blue C M Y K H S L
Decimal 172 108 17 0 0.37 0.90 0.33 35.23 0.82 0.37
Hex AC 6C 11 0 25 5A 21 23 52 25
Octal 254 154 21 0 45 132 41 43 122 45
Binary 10101100 1101100 10001 0 100101 1011010 100001 100011 1010010 100101

Color Harmonies of #AC6C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6C11

Black with #AC6C11

Text Example


Text Example

White with #AC6C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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