Html Css Color HEX #A15E5B Copper Rose

📋 copy color: '#A15E5B'

red 161 ◦ green 94 ◦ blue 91

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

Shades of Copper Rose #A15E5B

Tints of Copper Rose #A15E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.3%

R = 46.53%
G = 27.17%
B = 26.3%

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

#A15E5B (or 0xA15E5B) is known color: Copper Rose. HEX triplet: A1, 5E and 5B. RGB value is (161,94,91). Sum of RGB (Red+Green+Blue) = 161+94+91=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15E5B is #5EA1A4. Grayscale: #717171. Windows color (decimal): -6201765 or 5988001. OLE color: 5988001.

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

Color convert

RGB 161 94 91 -
CMYK 0 0.42 0.43 0.37
HSL 2.57º 0.28% 0.49% -
HSV(B) 2.57º 0.43% 0.63% -
XYZ 20.59 16.34 11.97 -
YUV 113.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 161 94 91 0 0.42 0.43 0.37 2.57 0.28 0.49
Hex A1 5E 5B 0 2A 2B 25 3 1C 31
Octal 241 136 133 0 52 53 45 3 34 61
Binary 10100001 1011110 1011011 0 101010 101011 100101 11 11100 110001

Color Harmonies of #A15E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15E5B

Black with #A15E5B

Text Example


Text Example

White with #A15E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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