Html Css Color HEX #A0655B Au Chico

📋 copy color: '#A0655B'

red 160 ◦ green 101 ◦ blue 91

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

Shades of Au Chico #A0655B

Tints of Au Chico #A0655B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.85%

R = 45.45%
G = 28.69%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A0655B (or 0xA0655B) is known color: Au Chico. HEX triplet: A0, 65 and 5B. RGB value is (160,101,91). Sum of RGB (Red+Green+Blue) = 160+101+91=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A0655B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0655B is #5F9AA4. Grayscale: #757575. Windows color (decimal): -6265509 or 5989792. OLE color: 5989792.

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

Color convert

RGB 160 101 91 -
CMYK 0 0.37 0.43 0.37
HSL 8.7º 0.27% 0.49% -
HSV(B) 8.7º 0.43% 0.63% -
XYZ 21.04 17.54 12.17 -
YUV 117.5 113.05 158.31 -
System Red Green Blue C M Y K H S L
Decimal 160 101 91 0 0.37 0.43 0.37 8.7 0.27 0.49
Hex A0 65 5B 0 25 2B 25 9 1B 31
Octal 240 145 133 0 45 53 45 11 33 61
Binary 10100000 1100101 1011011 0 100101 101011 100101 1001 11011 110001

Color Harmonies of #A0655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0655B

Black with #A0655B

Text Example


Text Example

White with #A0655B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0655B; }

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

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

background-color css

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

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

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

border-color css

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

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

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