Html Css Color HEX #AC6E14 Golden Brown

📋 copy color: '#AC6E14'

red 172 ◦ green 110 ◦ blue 20

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

Shades of Golden Brown #AC6E14

Tints of Golden Brown #AC6E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.62%

R = 56.95%
G = 36.42%
B = 6.62%

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

#AC6E14 (or 0xAC6E14) is known color: Golden Brown. HEX triplet: AC, 6E and 14. RGB value is (172,110,20). Sum of RGB (Red+Green+Blue) = 172+110+20=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6E14 is #5391EB. Grayscale: #767676. Windows color (decimal): -5476844 or 1339052. OLE color: 1339052.

HSL color Cylindrical-coordinate representation of color #AC6E14: hue angle of 35.53º degrees, saturation: 0.79, 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 #AC6E14 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 110 20 -
CMYK 0 0.36 0.88 0.33
HSL 35.53º 0.79% 0.38% -
HSV(B) 35.53º 0.88% 0.67% -
XYZ 22.72 19.97 3.32 -
YUV 118.28 72.54 166.32 -
System Red Green Blue C M Y K H S L
Decimal 172 110 20 0 0.36 0.88 0.33 35.53 0.79 0.38
Hex AC 6E 14 0 24 58 21 24 4F 26
Octal 254 156 24 0 44 130 41 44 117 46
Binary 10101100 1101110 10100 0 100100 1011000 100001 100100 1001111 100110

Color Harmonies of #AC6E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6E14

Black with #AC6E14

Text Example


Text Example

White with #AC6E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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