Html Css Color HEX #AC605A Au Chico

📋 copy color: '#AC605A'

red 172 ◦ green 96 ◦ blue 90

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

Shades of Au Chico #AC605A

Tints of Au Chico #AC605A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.14%

R = 48.04%
G = 26.82%
B = 25.14%

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

#AC605A (or 0xAC605A) is known color: Au Chico. HEX triplet: AC, 60 and 5A. RGB value is (172,96,90). Sum of RGB (Red+Green+Blue) = 172+96+90=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC605A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC605A is #539FA5. Grayscale: #767676. Windows color (decimal): -5480358 or 5922988. OLE color: 5922988.

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

Color convert

RGB 172 96 90 -
CMYK 0 0.44 0.48 0.33
HSL 4.39º 0.33% 0.51% -
HSV(B) 4.39º 0.48% 0.67% -
XYZ 23.04 17.87 11.91 -
YUV 118.04 112.18 166.49 -
System Red Green Blue C M Y K H S L
Decimal 172 96 90 0 0.44 0.48 0.33 4.39 0.33 0.51
Hex AC 60 5A 0 2C 30 21 4 21 33
Octal 254 140 132 0 54 60 41 4 41 63
Binary 10101100 1100000 1011010 0 101100 110000 100001 100 100001 110011

Color Harmonies of #AC605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC605A

Black with #AC605A

Text Example


Text Example

White with #AC605A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC605A; }

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

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

background-color css

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

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

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

border-color css

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

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

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