#A4675E

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

Shades of Au Chico #A4675E

Tints of Au Chico #A4675E

Color information

#A4675E (or 0xA4675E) is unknown color: approx Au Chico. HEX triplet: A4, 67 and 5E. RGB value is (164,103,94). Sum of RGB (Red+Green+Blue) = 164+103+94=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A4675E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4675E is #5B98A1. Grayscale: #787878. Windows color (decimal): -6002850 or 6186916. OLE color: 6186916.

HSL color Cylindrical-coordinate representation of color #A4675E: hue angle of 7.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4675E is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16410394-
CMYK00.370.430.36
HSL7.71º27.78%50.59%-
HSV(B)7.71º42.68%64.31%-
XYZ22.1818.412.97-
YUV120.21113.21159.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.43%
GREEN value IS 103 (40.62% from 255) = 28.53%
BLUE value IS 94 (37.11% from 255) = 26.04%
R=45.43%
G=28.53%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641039400.370.430.367.7127.7850.59
HexA4675E0252B2481c33
Octal2441471360455344103463
Binary10100100110011110111100100101101011100100100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4675E; }

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

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

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

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

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

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

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

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