Html Css Color HEX #A0706F Copper Rose

📋 copy color: '#A0706F'

red 160 ◦ green 112 ◦ blue 111

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

Shades of Copper Rose #A0706F

Tints of Copper Rose #A0706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.24%

 BLUE value IS 111 (43.75% from 255) = 28.98%

R = 41.78%
G = 29.24%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0706F (or 0xA0706F) is known color: Copper Rose. HEX triplet: A0, 70 and 6F. RGB value is (160,112,111). Sum of RGB (Red+Green+Blue) = 160+112+111=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A0706F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0706F is #5F8F90. Grayscale: #7E7E7E. Windows color (decimal): -6262673 or 7303328. OLE color: 7303328.

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

Color convert

RGB 160 112 111 -
CMYK 0 0.30 0.31 0.37
HSL 1.22º 0.21% 0.53% -
HSV(B) 1.22º 0.31% 0.63% -
XYZ 23.16 20.21 17.72 -
YUV 126.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 160 112 111 0 0.30 0.31 0.37 1.22 0.21 0.53
Hex A0 70 6F 0 1E 1F 25 1 15 35
Octal 240 160 157 0 36 37 45 1 25 65
Binary 10100000 1110000 1101111 0 11110 11111 100101 1 10101 110101

Color Harmonies of #A0706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0706F

Black with #A0706F

Text Example


Text Example

White with #A0706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0706F; }

 p { color: rgb(160,112,111); }

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

background-color css

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

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

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

border-color css

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

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

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