#A1635F

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

Shades of Copper Rose #A1635F

Tints of Copper Rose #A1635F

Color information

#A1635F (or 0xA1635F) is unknown color: approx Copper Rose. HEX triplet: A1, 63 and 5F. RGB value is (161,99,95). Sum of RGB (Red+Green+Blue) = 161+99+95=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A1635F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1635F is #5E9CA0. Grayscale: #757575. Windows color (decimal): -6200481 or 6251425. OLE color: 6251425.

HSL color Cylindrical-coordinate representation of color #A1635F: hue angle of 3.64º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1635F is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB1619995-
CMYK00.390.410.37
HSL3.64º25.98%50.2%-
HSV(B)3.64º40.99%63.14%-
XYZ21.2317.3313.05-
YUV117.08115.54159.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.35%
GREEN value IS 99 (39.06% from 255) = 27.89%
BLUE value IS 95 (37.5% from 255) = 26.76%
R=45.35%
G=27.89%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161999500.390.410.373.6425.9850.2
HexA1635F027292541a32
Octal241143137047514543262
Binary1010000111000111011111010011110100110010110011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1635F; }

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

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

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

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

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

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

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

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