#A2675F

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

Shades of Au Chico #A2675F

Tints of Au Chico #A2675F

Color information

#A2675F (or 0xA2675F) is unknown color: approx Au Chico. HEX triplet: A2, 67 and 5F. RGB value is (162,103,95). Sum of RGB (Red+Green+Blue) = 162+103+95=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A2675F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2675F is #5D98A0. Grayscale: #777777. Windows color (decimal): -6133921 or 6252450. OLE color: 6252450.

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

Color convert

RGB16210395-
CMYK00.360.410.36
HSL7.16º26.48%50.39%-
HSV(B)7.16º41.36%63.53%-
XYZ21.8218.2113.19-
YUV119.73114.05158.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45%
GREEN value IS 103 (40.62% from 255) = 28.61%
BLUE value IS 95 (37.5% from 255) = 26.39%
R=45%
G=28.61%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621039500.360.410.367.1626.4850.39
HexA2675F024292471a32
Octal242147137044514473262
Binary1010001011001111011111010010010100110010011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2675F; }

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

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

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

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

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

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

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

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