#A4635F

Color #A4635F Copper Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Rose #A4635F

Tints of Copper Rose #A4635F

Color information

#A4635F (or 0xA4635F) is unknown color: approx Copper Rose. HEX triplet: A4, 63 and 5F. RGB value is (164,99,95). Sum of RGB (Red+Green+Blue) = 164+99+95=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A4635F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4635F is #5B9CA0. Grayscale: #767676. Windows color (decimal): -6003873 or 6251428. OLE color: 6251428.

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

Color convert

RGB1649995-
CMYK00.400.420.36
HSL3.48º27.49%50.78%-
HSV(B)3.48º42.07%64.31%-
XYZ21.8417.6413.08-
YUV117.98115.03160.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.81%
GREEN value IS 99 (39.06% from 255) = 27.65%
BLUE value IS 95 (37.5% from 255) = 26.54%
R=45.81%
G=27.65%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164999500.400.420.363.4827.4950.78
HexA4635F0282A2431b33
Octal244143137050524433363
Binary101001001100011101111101010001010101001001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4635F; }

 p { color: rgb(164,99,95); }

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

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

 a { background-color: rgb(164,99,95); }

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

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

 span { border-color: rgb(164,99,95); }

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