Html Css Color HEX #AC5D14 Golden Brown

📋 copy color: '#AC5D14'

red 172 ◦ green 93 ◦ blue 20

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

Shades of Golden Brown #AC5D14

Tints of Golden Brown #AC5D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.63%

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

R = 60.35%
G = 32.63%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC5D14 (or 0xAC5D14) is known color: Golden Brown. HEX triplet: AC, 5D and 14. RGB value is (172,93,20). Sum of RGB (Red+Green+Blue) = 172+93+20=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5D14 is #53A2EB. Grayscale: #6C6C6C. Windows color (decimal): -5481196 or 1334700. OLE color: 1334700.

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

Color convert

RGB 172 93 20 -
CMYK 0 0.46 0.88 0.33
HSL 28.82º 0.79% 0.38% -
HSV(B) 28.82º 0.88% 0.67% -
XYZ 21.05 16.65 2.77 -
YUV 108.3 78.17 173.44 -
System Red Green Blue C M Y K H S L
Decimal 172 93 20 0 0.46 0.88 0.33 28.82 0.79 0.38
Hex AC 5D 14 0 2E 58 21 1D 4F 26
Octal 254 135 24 0 56 130 41 35 117 46
Binary 10101100 1011101 10100 0 101110 1011000 100001 11101 1001111 100110

Color Harmonies of #AC5D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D14

Black with #AC5D14

Text Example


Text Example

White with #AC5D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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