#AB685A

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

Shades of Au Chico #AB685A

Tints of Au Chico #AB685A

Color information

#AB685A (or 0xAB685A) is unknown color: approx Au Chico. HEX triplet: AB, 68 and 5A. RGB value is (171,104,90). Sum of RGB (Red+Green+Blue) = 171+104+90=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB685A is #5497A5. Grayscale: #7A7A7A. Windows color (decimal): -5543846 or 5925035. OLE color: 5925035.

HSL color Cylindrical-coordinate representation of color #AB685A: hue angle of 10.37º degrees, saturation: 0.33, 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 #AB685A is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB17110490-
CMYK00.390.470.33
HSL10.37º32.53%51.18%-
HSV(B)10.37º47.37%67.06%-
XYZ23.5919.312.15-
YUV122.44109.7162.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.85%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 90 (35.55% from 255) = 24.66%
R=46.85%
G=28.49%
B=24.66%

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
Decimal1711049000.390.470.3310.3732.5351.18
HexAB685A0272F21a2133
Octal2531501320475741124163
Binary101010111101000101101001001111011111000011010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB685A; }

 p { color: rgb(171,104,90); }

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

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

 a { background-color: rgb(171,104,90); }

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

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

 span { border-color: rgb(171,104,90); }

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