#A5675D

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

Shades of Au Chico #A5675D

Tints of Au Chico #A5675D

Color information

#A5675D (or 0xA5675D) is unknown color: approx Au Chico. HEX triplet: A5, 67 and 5D. RGB value is (165,103,93). Sum of RGB (Red+Green+Blue) = 165+103+93=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A5675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5675D is #5A98A2. Grayscale: #787878. Windows color (decimal): -5937315 or 6121381. OLE color: 6121381.

HSL color Cylindrical-coordinate representation of color #A5675D: hue angle of 8.33º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5675D is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB16510393-
CMYK00.380.440.35
HSL8.33º28.57%50.59%-
HSV(B)8.33º43.64%64.71%-
XYZ22.3418.4912.75-
YUV120.4112.54159.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 103 (40.62% from 255) = 28.53%
BLUE value IS 93 (36.72% from 255) = 25.76%
R=45.71%
G=28.53%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651039300.380.440.358.3328.5750.59
HexA5675D0262C2381d33
Octal2451471350465443103563
Binary10100101110011110111010100110101100100011100011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5675D; }

 p { color: rgb(165,103,93); }

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

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

 a { background-color: rgb(165,103,93); }

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

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

 span { border-color: rgb(165,103,93); }

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