Html Css Color HEX #A0615F Copper Rose

📋 copy color: '#A0615F'

red 160 ◦ green 97 ◦ blue 95

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

Shades of Copper Rose #A0615F

Tints of Copper Rose #A0615F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.56%

 BLUE value IS 95 (37.5% from 255) = 26.99%

R = 45.45%
G = 27.56%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0615F (or 0xA0615F) is known color: Copper Rose. HEX triplet: A0, 61 and 5F. RGB value is (160,97,95). Sum of RGB (Red+Green+Blue) = 160+97+95=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A0615F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0615F is #5F9EA0. Grayscale: #737373. Windows color (decimal): -6266529 or 6250912. OLE color: 6250912.

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

Color convert

RGB 160 97 95 -
CMYK 0 0.39 0.41 0.37
HSL 1.85º 0.25% 0.5% -
HSV(B) 1.85º 0.41% 0.63% -
XYZ 20.84 16.85 12.98 -
YUV 115.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 160 97 95 0 0.39 0.41 0.37 1.85 0.25 0.5
Hex A0 61 5F 0 27 29 25 2 19 32
Octal 240 141 137 0 47 51 45 2 31 62
Binary 10100000 1100001 1011111 0 100111 101001 100101 10 11001 110010

Color Harmonies of #A0615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0615F

Black with #A0615F

Text Example


Text Example

White with #A0615F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0615F; }

 p { color: rgb(160,97,95); }

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

background-color css

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

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

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

border-color css

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

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

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