#A3675A

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

Shades of Au Chico #A3675A

Tints of Au Chico #A3675A

Color information

#A3675A (or 0xA3675A) is unknown color: approx Au Chico. HEX triplet: A3, 67 and 5A. RGB value is (163,103,90). Sum of RGB (Red+Green+Blue) = 163+103+90=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A3675A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3675A is #5C98A5. Grayscale: #777777. Windows color (decimal): -6068390 or 5924771. OLE color: 5924771.

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

Color convert

RGB16310390-
CMYK00.370.450.36
HSL10.68º28.85%49.61%-
HSV(B)10.68º44.79%63.92%-
XYZ21.818.2312.04-
YUV119.46111.38159.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.79%
GREEN value IS 103 (40.62% from 255) = 28.93%
BLUE value IS 90 (35.55% from 255) = 25.28%
R=45.79%
G=28.93%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631039000.370.450.3610.6828.8549.61
HexA3675A0252D24b1d32
Octal2431471320455544133562
Binary10100011110011110110100100101101101100100101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3675A; }

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

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

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

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

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

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

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

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