#AB695B

Color #AB695B Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #AB695B

Tints of Au Chico #AB695B

Color information

#AB695B (or 0xAB695B) is unknown color: approx Au Chico. HEX triplet: AB, 69 and 5B. RGB value is (171,105,91). Sum of RGB (Red+Green+Blue) = 171+105+91=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB695B is #5496A4. Grayscale: #7B7B7B. Windows color (decimal): -5543589 or 5990827. OLE color: 5990827.

HSL color Cylindrical-coordinate representation of color #AB695B: hue angle of 10.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB695B is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB17110591-
CMYK00.390.470.33
HSL10.5º32.26%51.37%-
HSV(B)10.5º46.78%67.06%-
XYZ23.7319.5212.41-
YUV123.14109.87162.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.59%
GREEN value IS 105 (41.41% from 255) = 28.61%
BLUE value IS 91 (35.94% from 255) = 24.80%
R=46.59%
G=28.61%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711059100.390.470.3310.532.2651.37
HexAB695B0272F21a2033
Octal2531511330475741124063
Binary101010111101001101101101001111011111000011010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB695B; }

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

 H1.HeaderClassName
 {
   color: #AB695B;
 }
 .AnyTagClassName
 {
   color: #AB695B;
 }
</style>
background-color css

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

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

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

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

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

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