Html Css Color HEX #A0655A Au Chico

📋 copy color: '#A0655A'

red 160 ◦ green 101 ◦ blue 90

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

Shades of Au Chico #A0655A

Tints of Au Chico #A0655A

RGB

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

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

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

R = 45.58%
G = 28.77%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A0655A (or 0xA0655A) is known color: Au Chico. HEX triplet: A0, 65 and 5A. RGB value is (160,101,90). Sum of RGB (Red+Green+Blue) = 160+101+90=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A0655A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0655A is #5F9AA5. Grayscale: #757575. Windows color (decimal): -6265510 or 5924256. OLE color: 5924256.

HSL color Cylindrical-coordinate representation of color #A0655A: hue angle of 9.43º 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 #A0655A is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 101 90 -
CMYK 0 0.37 0.44 0.37
HSL 9.43º 0.28% 0.49% -
HSV(B) 9.43º 0.44% 0.63% -
XYZ 21 17.52 11.95 -
YUV 117.39 112.55 158.39 -
System Red Green Blue C M Y K H S L
Decimal 160 101 90 0 0.37 0.44 0.37 9.43 0.28 0.49
Hex A0 65 5A 0 25 2C 25 9 1C 31
Octal 240 145 132 0 45 54 45 11 34 61
Binary 10100000 1100101 1011010 0 100101 101100 100101 1001 11100 110001

Color Harmonies of #A0655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0655A

Black with #A0655A

Text Example


Text Example

White with #A0655A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0655A; }

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

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

background-color css

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

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

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

border-color css

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

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

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