Html Css Color HEX #A06558 Au Chico

📋 copy color: '#A06558'

red 160 ◦ green 101 ◦ blue 88

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

Shades of Au Chico #A06558

Tints of Au Chico #A06558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.21%

R = 45.85%
G = 28.94%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A06558 (or 0xA06558) is known color: Au Chico. HEX triplet: A0, 65 and 58. RGB value is (160,101,88). Sum of RGB (Red+Green+Blue) = 160+101+88=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A06558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06558 is #5F9AA7. Grayscale: #757575. Windows color (decimal): -6265512 or 5793184. OLE color: 5793184.

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

Color convert

RGB 160 101 88 -
CMYK 0 0.37 0.45 0.37
HSL 10.83º 0.29% 0.49% -
HSV(B) 10.83º 0.45% 0.63% -
XYZ 20.91 17.49 11.51 -
YUV 117.16 111.55 158.56 -
System Red Green Blue C M Y K H S L
Decimal 160 101 88 0 0.37 0.45 0.37 10.83 0.29 0.49
Hex A0 65 58 0 25 2D 25 B 1D 31
Octal 240 145 130 0 45 55 45 13 35 61
Binary 10100000 1100101 1011000 0 100101 101101 100101 1011 11101 110001

Color Harmonies of #A06558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06558

Black with #A06558

Text Example


Text Example

White with #A06558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06558; }

 p { color: rgb(160,101,88); }

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

background-color css

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

 a { background-color: rgb(160,101,88); }

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

border-color css

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

 span { border-color: rgb(160,101,88); }

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