Html Css Color HEX #AC6014 Golden Brown

📋 copy color: '#AC6014'

red 172 ◦ green 96 ◦ blue 20

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

Shades of Golden Brown #AC6014

Tints of Golden Brown #AC6014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.33%

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

R = 59.72%
G = 33.33%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC6014 (or 0xAC6014) is known color: Golden Brown. HEX triplet: AC, 60 and 14. RGB value is (172,96,20). Sum of RGB (Red+Green+Blue) = 172+96+20=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6014 is #539FEB. Grayscale: #6E6E6E. Windows color (decimal): -5480428 or 1335468. OLE color: 1335468.

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

Color convert

RGB 172 96 20 -
CMYK 0 0.44 0.88 0.33
HSL 30º 0.79% 0.38% -
HSV(B) 30º 0.88% 0.67% -
XYZ 21.32 17.19 2.86 -
YUV 110.06 77.18 172.18 -
System Red Green Blue C M Y K H S L
Decimal 172 96 20 0 0.44 0.88 0.33 30 0.79 0.38
Hex AC 60 14 0 2C 58 21 1E 4F 26
Octal 254 140 24 0 54 130 41 36 117 46
Binary 10101100 1100000 10100 0 101100 1011000 100001 11110 1001111 100110

Color Harmonies of #AC6014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6014

Black with #AC6014

Text Example


Text Example

White with #AC6014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6014; }

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

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

background-color css

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

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

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

border-color css

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

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

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