Html Css Color HEX #A06360 Copper Rose

📋 copy color: '#A06360'

red 160 ◦ green 99 ◦ blue 96

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

Shades of Copper Rose #A06360

Tints of Copper Rose #A06360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.89%

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

R = 45.07%
G = 27.89%
B = 27.04%

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

#A06360 (or 0xA06360) is known color: Copper Rose. HEX triplet: A0, 63 and 60. RGB value is (160,99,96). Sum of RGB (Red+Green+Blue) = 160+99+96=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A06360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06360 is #5F9C9F. Grayscale: #747474. Windows color (decimal): -6266016 or 6316960. OLE color: 6316960.

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

Color convert

RGB 160 99 96 -
CMYK 0 0.38 0.4 0.37
HSL 2.81º 0.25% 0.5% -
HSV(B) 2.81º 0.4% 0.63% -
XYZ 21.07 17.24 13.28 -
YUV 116.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 160 99 96 0 0.38 0.4 0.37 2.81 0.25 0.5
Hex A0 63 60 0 26 28 25 3 19 32
Octal 240 143 140 0 46 50 45 3 31 62
Binary 10100000 1100011 1100000 0 100110 101000 100101 11 11001 110010

Color Harmonies of #A06360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06360

Black with #A06360

Text Example


Text Example

White with #A06360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06360; }

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

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

background-color css

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

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

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

border-color css

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

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

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