#A5675C

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

Shades of Au Chico #A5675C

Tints of Au Chico #A5675C

Color information

#A5675C (or 0xA5675C) is unknown color: approx Au Chico. HEX triplet: A5, 67 and 5C. RGB value is (165,103,92). Sum of RGB (Red+Green+Blue) = 165+103+92=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A5675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5675C is #5A98A3. Grayscale: #787878. Windows color (decimal): -5937316 or 6055845. OLE color: 6055845.

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

Color convert

RGB16510392-
CMYK00.380.440.35
HSL9.04º28.85%50.39%-
HSV(B)9.04º44.24%64.71%-
XYZ22.318.4712.52-
YUV120.28112.04159.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.83%
GREEN value IS 103 (40.62% from 255) = 28.61%
BLUE value IS 92 (36.33% from 255) = 25.56%
R=45.83%
G=28.61%
B=25.56%

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
Decimal1651039200.380.440.359.0428.8550.39
HexA5675C0262C2391d32
Octal2451471340465443113562
Binary10100101110011110111000100110101100100011100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5675C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5675C; }

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

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

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

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

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

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

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

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