Html Css Color HEX #A06460 Copper Rose

📋 copy color: '#A06460'

red 160 ◦ green 100 ◦ blue 96

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

Shades of Copper Rose #A06460

Tints of Copper Rose #A06460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.09%

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

R = 44.94%
G = 28.09%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A06460 (or 0xA06460) is known color: Copper Rose. HEX triplet: A0, 64 and 60. RGB value is (160,100,96). Sum of RGB (Red+Green+Blue) = 160+100+96=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A06460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06460 is #5F9B9F. Grayscale: #757575. Windows color (decimal): -6265760 or 6317216. OLE color: 6317216.

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

Color convert

RGB 160 100 96 -
CMYK 0 0.38 0.4 0.37
HSL 3.75º 0.25% 0.5% -
HSV(B) 3.75º 0.4% 0.63% -
XYZ 21.17 17.43 13.32 -
YUV 117.48 115.88 158.33 -
System Red Green Blue C M Y K H S L
Decimal 160 100 96 0 0.38 0.4 0.37 3.75 0.25 0.5
Hex A0 64 60 0 26 28 25 4 19 32
Octal 240 144 140 0 46 50 45 4 31 62
Binary 10100000 1100100 1100000 0 100110 101000 100101 100 11001 110010

Color Harmonies of #A06460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06460

Black with #A06460

Text Example


Text Example

White with #A06460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06460; }

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

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

background-color css

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

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

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

border-color css

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

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

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