Html Css Color HEX #AC590F Golden Brown

📋 copy color: '#AC590F'

red 172 ◦ green 89 ◦ blue 15

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

Shades of Golden Brown #AC590F

Tints of Golden Brown #AC590F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.43%

R = 62.32%
G = 32.25%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC590F (or 0xAC590F) is known color: Golden Brown. HEX triplet: AC, 59 and 0F. RGB value is (172,89,15). Sum of RGB (Red+Green+Blue) = 172+89+15=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC590F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC590F is #53A6F0. Grayscale: #696969. Windows color (decimal): -5482225 or 1005996. OLE color: 1005996.

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

Color convert

RGB 172 89 15 -
CMYK 0 0.48 0.91 0.33
HSL 28.28º 0.84% 0.37% -
HSV(B) 28.28º 0.91% 0.67% -
XYZ 20.67 15.95 2.44 -
YUV 105.38 77 175.52 -
System Red Green Blue C M Y K H S L
Decimal 172 89 15 0 0.48 0.91 0.33 28.28 0.84 0.37
Hex AC 59 F 0 30 5B 21 1C 54 25
Octal 254 131 17 0 60 133 41 34 124 45
Binary 10101100 1011001 1111 0 110000 1011011 100001 11100 1010100 100101

Color Harmonies of #AC590F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC590F

Black with #AC590F

Text Example


Text Example

White with #AC590F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC590F; }

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

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

background-color css

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

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

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

border-color css

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

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

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