Html Css Color HEX #AC6811 Golden Brown

📋 copy color: '#AC6811'

red 172 ◦ green 104 ◦ blue 17

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

Shades of Golden Brown #AC6811

Tints of Golden Brown #AC6811

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.49%

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

R = 58.7%
G = 35.49%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC6811 (or 0xAC6811) is known color: Golden Brown. HEX triplet: AC, 68 and 11. RGB value is (172,104,17). Sum of RGB (Red+Green+Blue) = 172+104+17=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6811 is #5397EE. Grayscale: #727272. Windows color (decimal): -5478383 or 1140908. OLE color: 1140908.

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

Color convert

RGB 172 104 17 -
CMYK 0 0.40 0.90 0.33
HSL 33.68º 0.82% 0.37% -
HSV(B) 33.68º 0.9% 0.67% -
XYZ 22.06 18.71 2.98 -
YUV 114.41 73.03 169.07 -
System Red Green Blue C M Y K H S L
Decimal 172 104 17 0 0.40 0.90 0.33 33.68 0.82 0.37
Hex AC 68 11 0 28 5A 21 22 52 25
Octal 254 150 21 0 50 132 41 42 122 45
Binary 10101100 1101000 10001 0 101000 1011010 100001 100010 1010010 100101

Color Harmonies of #AC6811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6811

Black with #AC6811

Text Example


Text Example

White with #AC6811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6811; }

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

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

background-color css

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

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

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

border-color css

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

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

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