Html Css Color HEX #AC6059 Au Chico

📋 copy color: '#AC6059'

red 172 ◦ green 96 ◦ blue 89

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

Shades of Au Chico #AC6059

Tints of Au Chico #AC6059

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.89%

 BLUE value IS 89 (35.16% from 255) = 24.93%

R = 48.18%
G = 26.89%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC6059 (or 0xAC6059) is known color: Au Chico. HEX triplet: AC, 60 and 59. RGB value is (172,96,89). Sum of RGB (Red+Green+Blue) = 172+96+89=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6059 is #539FA6. Grayscale: #767676. Windows color (decimal): -5480359 or 5857452. OLE color: 5857452.

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

Color convert

RGB 172 96 89 -
CMYK 0 0.44 0.48 0.33
HSL 5.06º 0.33% 0.51% -
HSV(B) 5.06º 0.48% 0.67% -
XYZ 23 17.86 11.69 -
YUV 117.93 111.68 166.57 -
System Red Green Blue C M Y K H S L
Decimal 172 96 89 0 0.44 0.48 0.33 5.06 0.33 0.51
Hex AC 60 59 0 2C 30 21 5 21 33
Octal 254 140 131 0 54 60 41 5 41 63
Binary 10101100 1100000 1011001 0 101100 110000 100001 101 100001 110011

Color Harmonies of #AC6059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6059

Black with #AC6059

Text Example


Text Example

White with #AC6059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6059; }

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

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

background-color css

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

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

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

border-color css

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

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

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