#A2675E

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

Shades of Au Chico #A2675E

Tints of Au Chico #A2675E

Color information

#A2675E (or 0xA2675E) is unknown color: approx Au Chico. HEX triplet: A2, 67 and 5E. RGB value is (162,103,94). Sum of RGB (Red+Green+Blue) = 162+103+94=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A2675E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2675E is #5D98A1. Grayscale: #777777. Windows color (decimal): -6133922 or 6186914. OLE color: 6186914.

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

Color convert

RGB16210394-
CMYK00.360.420.36
HSL7.94º26.77%50.2%-
HSV(B)7.94º41.98%63.53%-
XYZ21.7718.1912.95-
YUV119.62113.55158.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.13%
GREEN value IS 103 (40.62% from 255) = 28.69%
BLUE value IS 94 (37.11% from 255) = 26.18%
R=45.13%
G=28.69%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621039400.360.420.367.9426.7750.2
HexA2675E0242A2481b32
Octal2421471360445244103362
Binary10100010110011110111100100100101010100100100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2675E; }

 p { color: rgb(162,103,94); }

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

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

 a { background-color: rgb(162,103,94); }

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

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

 span { border-color: rgb(162,103,94); }

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