Html Css Color HEX #AC6D14 Golden Brown

📋 copy color: '#AC6D14'

red 172 ◦ green 109 ◦ blue 20

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

Shades of Golden Brown #AC6D14

Tints of Golden Brown #AC6D14

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.21%

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

R = 57.14%
G = 36.21%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC6D14 (or 0xAC6D14) is known color: Golden Brown. HEX triplet: AC, 6D and 14. RGB value is (172,109,20). Sum of RGB (Red+Green+Blue) = 172+109+20=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6D14 is #5392EB. Grayscale: #767676. Windows color (decimal): -5477100 or 1338796. OLE color: 1338796.

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

Color convert

RGB 172 109 20 -
CMYK 0 0.37 0.88 0.33
HSL 35.13º 0.79% 0.38% -
HSV(B) 35.13º 0.88% 0.67% -
XYZ 22.61 19.76 3.28 -
YUV 117.69 72.87 166.74 -
System Red Green Blue C M Y K H S L
Decimal 172 109 20 0 0.37 0.88 0.33 35.13 0.79 0.38
Hex AC 6D 14 0 25 58 21 23 4F 26
Octal 254 155 24 0 45 130 41 43 117 46
Binary 10101100 1101101 10100 0 100101 1011000 100001 100011 1001111 100110

Color Harmonies of #AC6D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6D14

Black with #AC6D14

Text Example


Text Example

White with #AC6D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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