Html Css Color HEX #AC6559 Au Chico

📋 copy color: '#AC6559'

red 172 ◦ green 101 ◦ blue 89

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

Shades of Au Chico #AC6559

Tints of Au Chico #AC6559

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.9%

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

R = 47.51%
G = 27.9%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC6559 (or 0xAC6559) is known color: Au Chico. HEX triplet: AC, 65 and 59. RGB value is (172,101,89). Sum of RGB (Red+Green+Blue) = 172+101+89=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6559 is #539AA6. Grayscale: #787878. Windows color (decimal): -5479079 or 5858732. OLE color: 5858732.

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

Color convert

RGB 172 101 89 -
CMYK 0 0.41 0.48 0.33
HSL 8.67º 0.33% 0.51% -
HSV(B) 8.67º 0.48% 0.67% -
XYZ 23.47 18.8 11.84 -
YUV 120.86 110.02 164.48 -
System Red Green Blue C M Y K H S L
Decimal 172 101 89 0 0.41 0.48 0.33 8.67 0.33 0.51
Hex AC 65 59 0 29 30 21 9 21 33
Octal 254 145 131 0 51 60 41 11 41 63
Binary 10101100 1100101 1011001 0 101001 110000 100001 1001 100001 110011

Color Harmonies of #AC6559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6559

Black with #AC6559

Text Example


Text Example

White with #AC6559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6559; }

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

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

background-color css

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

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

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

border-color css

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

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

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