Html Css Color HEX #A05E5C Copper Rose

📋 copy color: '#A05E5C'

red 160 ◦ green 94 ◦ blue 92

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

Shades of Copper Rose #A05E5C

Tints of Copper Rose #A05E5C

RGB

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

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

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

R = 46.24%
G = 27.17%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A05E5C (or 0xA05E5C) is known color: Copper Rose. HEX triplet: A0, 5E and 5C. RGB value is (160,94,92). Sum of RGB (Red+Green+Blue) = 160+94+92=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05E5C is #5FA1A3. Grayscale: #717171. Windows color (decimal): -6267300 or 6053536. OLE color: 6053536.

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

Color convert

RGB 160 94 92 -
CMYK 0 0.41 0.43 0.37
HSL 1.76º 0.27% 0.49% -
HSV(B) 1.76º 0.43% 0.63% -
XYZ 20.43 16.25 12.19 -
YUV 113.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 160 94 92 0 0.41 0.43 0.37 1.76 0.27 0.49
Hex A0 5E 5C 0 29 2B 25 2 1B 31
Octal 240 136 134 0 51 53 45 2 33 61
Binary 10100000 1011110 1011100 0 101001 101011 100101 10 11011 110001

Color Harmonies of #A05E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05E5C

Black with #A05E5C

Text Example


Text Example

White with #A05E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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