Html Css Color HEX #AC6E15 Golden Brown

📋 copy color: '#AC6E15'

red 172 ◦ green 110 ◦ blue 21

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

Shades of Golden Brown #AC6E15

Tints of Golden Brown #AC6E15

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.3%

 BLUE value IS 21 (8.59% from 255) = 6.93%

R = 56.77%
G = 36.3%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC6E15 (or 0xAC6E15) is known color: Golden Brown. HEX triplet: AC, 6E and 15. RGB value is (172,110,21). Sum of RGB (Red+Green+Blue) = 172+110+21=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6E15 is #5391EA. Grayscale: #767676. Windows color (decimal): -5476843 or 1404588. OLE color: 1404588.

HSL color Cylindrical-coordinate representation of color #AC6E15: hue angle of 35.36º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC6E15 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 110 21 -
CMYK 0 0.36 0.88 0.33
HSL 35.36º 0.78% 0.38% -
HSV(B) 35.36º 0.88% 0.67% -
XYZ 22.72 19.98 3.37 -
YUV 118.39 73.04 166.24 -
System Red Green Blue C M Y K H S L
Decimal 172 110 21 0 0.36 0.88 0.33 35.36 0.78 0.38
Hex AC 6E 15 0 24 58 21 23 4E 26
Octal 254 156 25 0 44 130 41 43 116 46
Binary 10101100 1101110 10101 0 100100 1011000 100001 100011 1001110 100110

Color Harmonies of #AC6E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6E15

Black with #AC6E15

Text Example


Text Example

White with #AC6E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6E15; }

 p { color: rgb(172,110,21); }

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

background-color css

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

 a { background-color: rgb(172,110,21); }

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

border-color css

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

 span { border-color: rgb(172,110,21); }

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