Html Css Color HEX #A06060 Copper Rose

📋 copy color: '#A06060'

red 160 ◦ green 96 ◦ blue 96

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

Shades of Copper Rose #A06060

Tints of Copper Rose #A06060

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.27%

 BLUE value IS 96 (37.89% from 255) = 27.27%

R = 45.45%
G = 27.27%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A06060 (or 0xA06060) is known color: Copper Rose. HEX triplet: A0, 60 and 60. RGB value is (160,96,96). Sum of RGB (Red+Green+Blue) = 160+96+96=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A06060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06060 is #5F9F9F. Grayscale: #737373. Windows color (decimal): -6266784 or 6316192. OLE color: 6316192.

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

Color convert

RGB 160 96 96 -
CMYK 0 0.4 0.4 0.37
HSL 0.25% 0.5% -
HSV(B) 0.4% 0.63% -
XYZ 20.79 16.68 13.19 -
YUV 115.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 160 96 96 0 0.4 0.4 0.37 0 0.25 0.5
Hex A0 60 60 0 28 28 25 0 19 32
Octal 240 140 140 0 50 50 45 0 31 62
Binary 10100000 1100000 1100000 0 101000 101000 100101 0 11001 110010

Color Harmonies of #A06060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06060

Black with #A06060

Text Example


Text Example

White with #A06060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06060; }

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

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

background-color css

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

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

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

border-color css

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

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

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