Html Css Color HEX #A05C5C Copper Rose

📋 copy color: '#A05C5C'

red 160 ◦ green 92 ◦ blue 92

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

Shades of Copper Rose #A05C5C

Tints of Copper Rose #A05C5C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.74%

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

R = 46.51%
G = 26.74%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A05C5C (or 0xA05C5C) is known color: Copper Rose. HEX triplet: A0, 5C and 5C. RGB value is (160,92,92). Sum of RGB (Red+Green+Blue) = 160+92+92=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05C5C is #5FA3A3. Grayscale: #707070. Windows color (decimal): -6267812 or 6053024. OLE color: 6053024.

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

Color convert

RGB 160 92 92 -
CMYK 0 0.43 0.43 0.37
HSL 0.27% 0.49% -
HSV(B) 0.43% 0.63% -
XYZ 20.26 15.9 12.13 -
YUV 112.33 116.53 162 -
System Red Green Blue C M Y K H S L
Decimal 160 92 92 0 0.43 0.43 0.37 0 0.27 0.49
Hex A0 5C 5C 0 2B 2B 25 0 1B 31
Octal 240 134 134 0 53 53 45 0 33 61
Binary 10100000 1011100 1011100 0 101011 101011 100101 0 11011 110001

Color Harmonies of #A05C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05C5C

Black with #A05C5C

Text Example


Text Example

White with #A05C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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