#A2675A

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

Shades of Au Chico #A2675A

Tints of Au Chico #A2675A

Color information

#A2675A (or 0xA2675A) is unknown color: approx Au Chico. HEX triplet: A2, 67 and 5A. RGB value is (162,103,90). Sum of RGB (Red+Green+Blue) = 162+103+90=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A2675A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2675A is #5D98A5. Grayscale: #777777. Windows color (decimal): -6133926 or 5924770. OLE color: 5924770.

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

Color convert

RGB16210390-
CMYK00.360.440.36
HSL10.83º28.57%49.41%-
HSV(B)10.83º44.44%63.53%-
XYZ21.618.1212.03-
YUV119.16111.55158.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.63%
GREEN value IS 103 (40.62% from 255) = 29.01%
BLUE value IS 90 (35.55% from 255) = 25.35%
R=45.63%
G=29.01%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621039000.360.440.3610.8328.5749.41
HexA2675A0242C24b1d31
Octal2421471320445444133561
Binary10100010110011110110100100100101100100100101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2675A; }

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

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

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

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

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

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

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

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