Html Css Color HEX #AC5D13 Golden Brown

📋 copy color: '#AC5D13'

red 172 ◦ green 93 ◦ blue 19

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

Shades of Golden Brown #AC5D13

Tints of Golden Brown #AC5D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.69%

R = 60.56%
G = 32.75%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC5D13 (or 0xAC5D13) is known color: Golden Brown. HEX triplet: AC, 5D and 13. RGB value is (172,93,19). Sum of RGB (Red+Green+Blue) = 172+93+19=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5D13 is #53A2EC. Grayscale: #6C6C6C. Windows color (decimal): -5481197 or 1269164. OLE color: 1269164.

HSL color Cylindrical-coordinate representation of color #AC5D13: hue angle of 29.02º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC5D13 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 93 19 -
CMYK 0 0.46 0.89 0.33
HSL 29.02º 0.8% 0.37% -
HSV(B) 29.02º 0.89% 0.67% -
XYZ 21.05 16.65 2.72 -
YUV 108.19 77.67 173.52 -
System Red Green Blue C M Y K H S L
Decimal 172 93 19 0 0.46 0.89 0.33 29.02 0.8 0.37
Hex AC 5D 13 0 2E 59 21 1D 50 25
Octal 254 135 23 0 56 131 41 35 120 45
Binary 10101100 1011101 10011 0 101110 1011001 100001 11101 1010000 100101

Color Harmonies of #AC5D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D13

Black with #AC5D13

Text Example


Text Example

White with #AC5D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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