Html Css Color HEX #A0695B Au Chico

📋 copy color: '#A0695B'

red 160 ◦ green 105 ◦ blue 91

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

Shades of Au Chico #A0695B

Tints of Au Chico #A0695B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.49%

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

R = 44.94%
G = 29.49%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A0695B (or 0xA0695B) is known color: Au Chico. HEX triplet: A0, 69 and 5B. RGB value is (160,105,91). Sum of RGB (Red+Green+Blue) = 160+105+91=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A0695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0695B is #5F96A4. Grayscale: #777777. Windows color (decimal): -6264485 or 5990816. OLE color: 5990816.

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

Color convert

RGB 160 105 91 -
CMYK 0 0.34 0.43 0.37
HSL 12.17º 0.27% 0.49% -
HSV(B) 12.17º 0.43% 0.63% -
XYZ 21.44 18.33 12.31 -
YUV 119.85 111.72 156.64 -
System Red Green Blue C M Y K H S L
Decimal 160 105 91 0 0.34 0.43 0.37 12.17 0.27 0.49
Hex A0 69 5B 0 22 2B 25 C 1B 31
Octal 240 151 133 0 42 53 45 14 33 61
Binary 10100000 1101001 1011011 0 100010 101011 100101 1100 11011 110001

Color Harmonies of #A0695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0695B

Black with #A0695B

Text Example


Text Example

White with #A0695B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0695B; }

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

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

background-color css

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

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

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

border-color css

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

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

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