Html Css Color HEX #A0665A Au Chico

📋 copy color: '#A0665A'

red 160 ◦ green 102 ◦ blue 90

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

Shades of Au Chico #A0665A

Tints of Au Chico #A0665A

RGB

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

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

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

R = 45.45%
G = 28.98%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A0665A (or 0xA0665A) is known color: Au Chico. HEX triplet: A0, 66 and 5A. RGB value is (160,102,90). Sum of RGB (Red+Green+Blue) = 160+102+90=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A0665A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0665A is #5F99A5. Grayscale: #767676. Windows color (decimal): -6265254 or 5924512. OLE color: 5924512.

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

Color convert

RGB 160 102 90 -
CMYK 0 0.36 0.44 0.37
HSL 10.29º 0.28% 0.49% -
HSV(B) 10.29º 0.44% 0.63% -
XYZ 21.09 17.71 11.98 -
YUV 117.97 112.22 157.98 -
System Red Green Blue C M Y K H S L
Decimal 160 102 90 0 0.36 0.44 0.37 10.29 0.28 0.49
Hex A0 66 5A 0 24 2C 25 A 1C 31
Octal 240 146 132 0 44 54 45 12 34 61
Binary 10100000 1100110 1011010 0 100100 101100 100101 1010 11100 110001

Color Harmonies of #A0665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0665A

Black with #A0665A

Text Example


Text Example

White with #A0665A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0665A; }

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

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

background-color css

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

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

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

border-color css

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

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

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