Html Css Color HEX #AC590D Golden Brown

📋 copy color: '#AC590D'

red 172 ◦ green 89 ◦ blue 13

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

Shades of Golden Brown #AC590D

Tints of Golden Brown #AC590D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.48%

 BLUE value IS 13 (5.47% from 255) = 4.74%

R = 62.77%
G = 32.48%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC590D (or 0xAC590D) is known color: Golden Brown. HEX triplet: AC, 59 and 0D. RGB value is (172,89,13). Sum of RGB (Red+Green+Blue) = 172+89+13=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC590D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC590D is #53A6F2. Grayscale: #696969. Windows color (decimal): -5482227 or 874924. OLE color: 874924.

HSL color Cylindrical-coordinate representation of color #AC590D: hue angle of 28.68º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC590D is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 89 13 -
CMYK 0 0.48 0.92 0.33
HSL 28.68º 0.86% 0.36% -
HSV(B) 28.68º 0.92% 0.67% -
XYZ 20.66 15.94 2.37 -
YUV 105.15 76 175.68 -
System Red Green Blue C M Y K H S L
Decimal 172 89 13 0 0.48 0.92 0.33 28.68 0.86 0.36
Hex AC 59 D 0 30 5C 21 1D 56 24
Octal 254 131 15 0 60 134 41 35 126 44
Binary 10101100 1011001 1101 0 110000 1011100 100001 11101 1010110 100100

Color Harmonies of #AC590D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC590D

Black with #AC590D

Text Example


Text Example

White with #AC590D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC590D; }

 p { color: rgb(172,89,13); }

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

background-color css

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

 a { background-color: rgb(172,89,13); }

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

border-color css

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

 span { border-color: rgb(172,89,13); }

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