Html Css Color HEX #A15E5C Copper Rose

📋 copy color: '#A15E5C'

red 161 ◦ green 94 ◦ blue 92

#A15E5C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper Rose #A15E5C

Tints of Copper Rose #A15E5C

RGB

 RED value IS 161 (63.28% from 255) = 46.4%

 GREEN value IS 94 (37.11% from 255) = 27.09%

 BLUE value IS 92 (36.33% from 255) = 26.51%

R = 46.4%
G = 27.09%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A15E5C (or 0xA15E5C) is known color: Copper Rose. HEX triplet: A1, 5E and 5C. RGB value is (161,94,92). Sum of RGB (Red+Green+Blue) = 161+94+92=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15E5C is #5EA1A3. Grayscale: #717171. Windows color (decimal): -6201764 or 6053537. OLE color: 6053537.

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

Color convert

RGB 161 94 92 -
CMYK 0 0.42 0.43 0.37
HSL 1.74º 0.27% 0.5% -
HSV(B) 1.74º 0.43% 0.63% -
XYZ 20.63 16.36 12.19 -
YUV 113.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 161 94 92 0 0.42 0.43 0.37 1.74 0.27 0.5
Hex A1 5E 5C 0 2A 2B 25 2 1B 32
Octal 241 136 134 0 52 53 45 2 33 62
Binary 10100001 1011110 1011100 0 101010 101011 100101 10 11011 110010

Color Harmonies of #A15E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15E5C

Black with #A15E5C

Text Example


Text Example

White with #A15E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15E5C; }

 p { color: rgb(161,94,92); }

 H1.HeaderClassName
 {
   color: #A15E5C;
 }
 .AnyTagClassName
 {
   color: #A15E5C;
 }
</style>

background-color css

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

 a { background-color: rgb(161,94,92); }

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

border-color css

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

 span { border-color: rgb(161,94,92); }

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