Html Css Color HEX #A0665D Au Chico

📋 copy color: '#A0665D'

red 160 ◦ green 102 ◦ blue 93

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

Shades of Au Chico #A0665D

Tints of Au Chico #A0665D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.73%

 BLUE value IS 93 (36.72% from 255) = 26.2%

R = 45.07%
G = 28.73%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A0665D (or 0xA0665D) is known color: Au Chico. HEX triplet: A0, 66 and 5D. RGB value is (160,102,93). Sum of RGB (Red+Green+Blue) = 160+102+93=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A0665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0665D is #5F99A2. Grayscale: #767676. Windows color (decimal): -6265251 or 6121120. OLE color: 6121120.

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

Color convert

RGB 160 102 93 -
CMYK 0 0.36 0.42 0.37
HSL 8.06º 0.26% 0.5% -
HSV(B) 8.06º 0.42% 0.63% -
XYZ 21.22 17.77 12.67 -
YUV 118.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 160 102 93 0 0.36 0.42 0.37 8.06 0.26 0.5
Hex A0 66 5D 0 24 2A 25 8 1A 32
Octal 240 146 135 0 44 52 45 10 32 62
Binary 10100000 1100110 1011101 0 100100 101010 100101 1000 11010 110010

Color Harmonies of #A0665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0665D

Black with #A0665D

Text Example


Text Example

White with #A0665D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0665D; }

 p { color: rgb(160,102,93); }

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

background-color css

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

 a { background-color: rgb(160,102,93); }

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

border-color css

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

 span { border-color: rgb(160,102,93); }

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