#AB625A

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

Shades of Au Chico #AB625A

Tints of Au Chico #AB625A

Color information

#AB625A (or 0xAB625A) is unknown color: approx Au Chico. HEX triplet: AB, 62 and 5A. RGB value is (171,98,90). Sum of RGB (Red+Green+Blue) = 171+98+90=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB625A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB625A is #549DA5. Grayscale: #777777. Windows color (decimal): -5545382 or 5923499. OLE color: 5923499.

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

Color convert

RGB1719890-
CMYK00.430.470.33
HSL5.93º32.53%51.18%-
HSV(B)5.93º47.37%67.06%-
XYZ23.0118.1311.96-
YUV118.92111.68165.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.63%
GREEN value IS 98 (38.67% from 255) = 27.30%
BLUE value IS 90 (35.55% from 255) = 25.07%
R=47.63%
G=27.30%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171989000.430.470.335.9332.5351.18
HexAB625A02B2F2162133
Octal253142132053574164163
Binary10101011110001010110100101011101111100001110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB625A; }

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

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

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

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

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

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

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

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