Html Css Color HEX #AC6911 Golden Brown

📋 copy color: '#AC6911'

red 172 ◦ green 105 ◦ blue 17

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

Shades of Golden Brown #AC6911

Tints of Golden Brown #AC6911

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.71%

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

R = 58.5%
G = 35.71%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC6911 (or 0xAC6911) is known color: Golden Brown. HEX triplet: AC, 69 and 11. RGB value is (172,105,17). Sum of RGB (Red+Green+Blue) = 172+105+17=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6911 is #5396EE. Grayscale: #737373. Windows color (decimal): -5478127 or 1141164. OLE color: 1141164.

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

Color convert

RGB 172 105 17 -
CMYK 0 0.39 0.90 0.33
HSL 34.06º 0.82% 0.37% -
HSV(B) 34.06º 0.9% 0.67% -
XYZ 22.17 18.91 3.01 -
YUV 115 72.7 168.66 -
System Red Green Blue C M Y K H S L
Decimal 172 105 17 0 0.39 0.90 0.33 34.06 0.82 0.37
Hex AC 69 11 0 27 5A 21 22 52 25
Octal 254 151 21 0 47 132 41 42 122 45
Binary 10101100 1101001 10001 0 100111 1011010 100001 100010 1010010 100101

Color Harmonies of #AC6911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6911

Black with #AC6911

Text Example


Text Example

White with #AC6911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6911; }

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

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

background-color css

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

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

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

border-color css

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

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

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