Html Css Color HEX #A0605B Au Chico

📋 copy color: '#A0605B'

red 160 ◦ green 96 ◦ blue 91

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

Shades of Au Chico #A0605B

Tints of Au Chico #A0605B

RGB

 RED value IS 160 (62.89% from 255) = 46.11%

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

 BLUE value IS 91 (35.94% from 255) = 26.22%

R = 46.11%
G = 27.67%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A0605B (or 0xA0605B) is known color: Au Chico. HEX triplet: A0, 60 and 5B. RGB value is (160,96,91). Sum of RGB (Red+Green+Blue) = 160+96+91=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A0605B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0605B is #5F9FA4. Grayscale: #727272. Windows color (decimal): -6266789 or 5988512. OLE color: 5988512.

HSL color Cylindrical-coordinate representation of color #A0605B: hue angle of 4.35º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0605B is Cyan = 0, Magento = 0.4, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 96 91 -
CMYK 0 0.4 0.43 0.37
HSL 4.35º 0.27% 0.49% -
HSV(B) 4.35º 0.43% 0.63% -
XYZ 20.57 16.59 12.02 -
YUV 114.57 114.7 160.41 -
System Red Green Blue C M Y K H S L
Decimal 160 96 91 0 0.4 0.43 0.37 4.35 0.27 0.49
Hex A0 60 5B 0 28 2B 25 4 1B 31
Octal 240 140 133 0 50 53 45 4 33 61
Binary 10100000 1100000 1011011 0 101000 101011 100101 100 11011 110001

Color Harmonies of #A0605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0605B

Black with #A0605B

Text Example


Text Example

White with #A0605B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0605B; }

 p { color: rgb(160,96,91); }

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

background-color css

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

 a { background-color: rgb(160,96,91); }

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

border-color css

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

 span { border-color: rgb(160,96,91); }

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