Html Css Color HEX #A0605E Copper Rose

📋 copy color: '#A0605E'

red 160 ◦ green 96 ◦ blue 94

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

Shades of Copper Rose #A0605E

Tints of Copper Rose #A0605E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.86%

R = 45.71%
G = 27.43%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0605E (or 0xA0605E) is known color: Copper Rose. HEX triplet: A0, 60 and 5E. RGB value is (160,96,94). Sum of RGB (Red+Green+Blue) = 160+96+94=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A0605E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0605E is #5F9FA1. Grayscale: #727272. Windows color (decimal): -6266786 or 6185120. OLE color: 6185120.

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

Color convert

RGB 160 96 94 -
CMYK 0 0.4 0.41 0.37
HSL 1.82º 0.26% 0.5% -
HSV(B) 1.82º 0.41% 0.63% -
XYZ 20.7 16.65 12.71 -
YUV 114.91 116.2 160.16 -
System Red Green Blue C M Y K H S L
Decimal 160 96 94 0 0.4 0.41 0.37 1.82 0.26 0.5
Hex A0 60 5E 0 28 29 25 2 1A 32
Octal 240 140 136 0 50 51 45 2 32 62
Binary 10100000 1100000 1011110 0 101000 101001 100101 10 11010 110010

Color Harmonies of #A0605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0605E

Black with #A0605E

Text Example


Text Example

White with #A0605E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0605E; }

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

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

background-color css

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

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

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

border-color css

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

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

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