Html Css Color HEX #AC5C13 Golden Brown

📋 copy color: '#AC5C13'

red 172 ◦ green 92 ◦ blue 19

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

Shades of Golden Brown #AC5C13

Tints of Golden Brown #AC5C13

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.51%

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

R = 60.78%
G = 32.51%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC5C13 (or 0xAC5C13) is known color: Golden Brown. HEX triplet: AC, 5C and 13. RGB value is (172,92,19). Sum of RGB (Red+Green+Blue) = 172+92+19=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5C13 is #53A3EC. Grayscale: #6B6B6B. Windows color (decimal): -5481453 or 1268908. OLE color: 1268908.

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

Color convert

RGB 172 92 19 -
CMYK 0 0.47 0.89 0.33
HSL 28.63º 0.8% 0.37% -
HSV(B) 28.63º 0.89% 0.67% -
XYZ 20.96 16.47 2.69 -
YUV 107.6 78 173.94 -
System Red Green Blue C M Y K H S L
Decimal 172 92 19 0 0.47 0.89 0.33 28.63 0.8 0.37
Hex AC 5C 13 0 2F 59 21 1D 50 25
Octal 254 134 23 0 57 131 41 35 120 45
Binary 10101100 1011100 10011 0 101111 1011001 100001 11101 1010000 100101

Color Harmonies of #AC5C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C13

Black with #AC5C13

Text Example


Text Example

White with #AC5C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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