#A3625A

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

Shades of Au Chico #A3625A

Tints of Au Chico #A3625A

Color information

#A3625A (or 0xA3625A) is unknown color: approx Au Chico. HEX triplet: A3, 62 and 5A. RGB value is (163,98,90). Sum of RGB (Red+Green+Blue) = 163+98+90=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A3625A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3625A is #5C9DA5. Grayscale: #747474. Windows color (decimal): -6069670 or 5923491. OLE color: 5923491.

HSL color Cylindrical-coordinate representation of color #A3625A: hue angle of 6.58º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A3625A is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB1639890-
CMYK00.400.450.36
HSL6.58º28.85%49.61%-
HSV(B)6.58º44.79%63.92%-
XYZ21.3217.2611.88-
YUV116.52113.03161.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.44%
GREEN value IS 98 (38.67% from 255) = 27.92%
BLUE value IS 90 (35.55% from 255) = 25.64%
R=46.44%
G=27.92%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163989000.400.450.366.5828.8549.61
HexA3625A0282D2471d32
Octal243142132050554473562
Binary1010001111000101011010010100010110110010011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3625A; }

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

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

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

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

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

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

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

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