Html Css Color HEX #A05D5B Copper Rose

📋 copy color: '#A05D5B'

red 160 ◦ green 93 ◦ blue 91

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

Shades of Copper Rose #A05D5B

Tints of Copper Rose #A05D5B

RGB

 RED value IS 160 (62.89% from 255) = 46.51%

 GREEN value IS 93 (36.72% from 255) = 27.03%

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

R = 46.51%
G = 27.03%
B = 26.45%

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

#A05D5B (or 0xA05D5B) is known color: Copper Rose. HEX triplet: A0, 5D and 5B. RGB value is (160,93,91). Sum of RGB (Red+Green+Blue) = 160+93+91=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05D5B is #5FA2A4. Grayscale: #707070. Windows color (decimal): -6267557 or 5987744. OLE color: 5987744.

HSL color Cylindrical-coordinate representation of color #A05D5B: hue angle of 1.74º degrees, saturation: 0.27, 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 #A05D5B is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 93 91 -
CMYK 0 0.42 0.43 0.37
HSL 1.74º 0.27% 0.49% -
HSV(B) 1.74º 0.43% 0.63% -
XYZ 20.3 16.06 11.93 -
YUV 112.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 160 93 91 0 0.42 0.43 0.37 1.74 0.27 0.49
Hex A0 5D 5B 0 2A 2B 25 2 1B 31
Octal 240 135 133 0 52 53 45 2 33 61
Binary 10100000 1011101 1011011 0 101010 101011 100101 10 11011 110001

Color Harmonies of #A05D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05D5B

Black with #A05D5B

Text Example


Text Example

White with #A05D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05D5B; }

 p { color: rgb(160,93,91); }

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

background-color css

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

 a { background-color: rgb(160,93,91); }

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

border-color css

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

 span { border-color: rgb(160,93,91); }

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