Html Css Color HEX #A06966 Copper Rose

📋 copy color: '#A06966'

red 160 ◦ green 105 ◦ blue 102

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

Shades of Copper Rose #A06966

Tints of Copper Rose #A06966

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.61%

 BLUE value IS 102 (40.23% from 255) = 27.79%

R = 43.6%
G = 28.61%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A06966 (or 0xA06966) is known color: Copper Rose. HEX triplet: A0, 69 and 66. RGB value is (160,105,102). Sum of RGB (Red+Green+Blue) = 160+105+102=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A06966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06966 is #5F9699. Grayscale: #797979. Windows color (decimal): -6264474 or 6711712. OLE color: 6711712.

HSL color Cylindrical-coordinate representation of color #A06966: hue angle of 3.1º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A06966 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 105 102 -
CMYK 0 0.34 0.36 0.37
HSL 3.1º 0.23% 0.51% -
HSV(B) 3.1º 0.36% 0.63% -
XYZ 21.95 18.54 14.99 -
YUV 121.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 160 105 102 0 0.34 0.36 0.37 3.1 0.23 0.51
Hex A0 69 66 0 22 24 25 3 17 33
Octal 240 151 146 0 42 44 45 3 27 63
Binary 10100000 1101001 1100110 0 100010 100100 100101 11 10111 110011

Color Harmonies of #A06966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06966

Black with #A06966

Text Example


Text Example

White with #A06966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06966; }

 p { color: rgb(160,105,102); }

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

background-color css

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

 a { background-color: rgb(160,105,102); }

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

border-color css

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

 span { border-color: rgb(160,105,102); }

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