Html Css Color HEX #AC5E14 Golden Brown

📋 copy color: '#AC5E14'

red 172 ◦ green 94 ◦ blue 20

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

Shades of Golden Brown #AC5E14

Tints of Golden Brown #AC5E14

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.87%

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

R = 60.14%
G = 32.87%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC5E14 (or 0xAC5E14) is known color: Golden Brown. HEX triplet: AC, 5E and 14. RGB value is (172,94,20). Sum of RGB (Red+Green+Blue) = 172+94+20=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5E14 is #53A1EB. Grayscale: #6D6D6D. Windows color (decimal): -5480940 or 1334956. OLE color: 1334956.

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

Color convert

RGB 172 94 20 -
CMYK 0 0.45 0.88 0.33
HSL 29.21º 0.79% 0.38% -
HSV(B) 29.21º 0.88% 0.67% -
XYZ 21.14 16.83 2.8 -
YUV 108.89 77.84 173.02 -
System Red Green Blue C M Y K H S L
Decimal 172 94 20 0 0.45 0.88 0.33 29.21 0.79 0.38
Hex AC 5E 14 0 2D 58 21 1D 4F 26
Octal 254 136 24 0 55 130 41 35 117 46
Binary 10101100 1011110 10100 0 101101 1011000 100001 11101 1001111 100110

Color Harmonies of #AC5E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5E14

Black with #AC5E14

Text Example


Text Example

White with #AC5E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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