Html Css Color HEX #AC6611 Golden Brown

📋 copy color: '#AC6611'

red 172 ◦ green 102 ◦ blue 17

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

Shades of Golden Brown #AC6611

Tints of Golden Brown #AC6611

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.05%

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

R = 59.11%
G = 35.05%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC6611 (or 0xAC6611) is known color: Golden Brown. HEX triplet: AC, 66 and 11. RGB value is (172,102,17). Sum of RGB (Red+Green+Blue) = 172+102+17=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6611 is #5399EE. Grayscale: #717171. Windows color (decimal): -5478895 or 1140396. OLE color: 1140396.

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

Color convert

RGB 172 102 17 -
CMYK 0 0.41 0.90 0.33
HSL 32.9º 0.82% 0.37% -
HSV(B) 32.9º 0.9% 0.67% -
XYZ 21.87 18.31 2.91 -
YUV 113.24 73.69 169.91 -
System Red Green Blue C M Y K H S L
Decimal 172 102 17 0 0.41 0.90 0.33 32.9 0.82 0.37
Hex AC 66 11 0 29 5A 21 21 52 25
Octal 254 146 21 0 51 132 41 41 122 45
Binary 10101100 1100110 10001 0 101001 1011010 100001 100001 1010010 100101

Color Harmonies of #AC6611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6611

Black with #AC6611

Text Example


Text Example

White with #AC6611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6611; }

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

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

background-color css

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

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

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

border-color css

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

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

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