Html Css Color HEX #A06150 Au Chico

📋 copy color: '#A06150'

red 160 ◦ green 97 ◦ blue 80

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

Shades of Au Chico #A06150

Tints of Au Chico #A06150

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.78%

 BLUE value IS 80 (31.64% from 255) = 23.74%

R = 47.48%
G = 28.78%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#A06150 (or 0xA06150) is known color: Au Chico. HEX triplet: A0, 61 and 50. RGB value is (160,97,80). Sum of RGB (Red+Green+Blue) = 160+97+80=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A06150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06150 is #5F9EAF. Grayscale: #727272. Windows color (decimal): -6266544 or 5267872. OLE color: 5267872.

HSL color Cylindrical-coordinate representation of color #A06150: hue angle of 12.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A06150 is Cyan = 0, Magento = 0.39, Yellow = 0.5 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 97 80 -
CMYK 0 0.39 0.5 0.37
HSL 12.75º 0.33% 0.47% -
HSV(B) 12.75º 0.5% 0.63% -
XYZ 20.22 16.6 9.73 -
YUV 113.9 108.87 160.88 -
System Red Green Blue C M Y K H S L
Decimal 160 97 80 0 0.39 0.5 0.37 12.75 0.33 0.47
Hex A0 61 50 0 27 32 25 D 21 2F
Octal 240 141 120 0 47 62 45 15 41 57
Binary 10100000 1100001 1010000 0 100111 110010 100101 1101 100001 101111

Color Harmonies of #A06150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06150

Black with #A06150

Text Example


Text Example

White with #A06150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06150; }

 p { color: rgb(160,97,80); }

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

background-color css

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

 a { background-color: rgb(160,97,80); }

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

border-color css

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

 span { border-color: rgb(160,97,80); }

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