Html Css Color HEX #A06666 Copper Rose

📋 copy color: '#A06666'

red 160 ◦ green 102 ◦ blue 102

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

Shades of Copper Rose #A06666

Tints of Copper Rose #A06666

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.02%

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

R = 43.96%
G = 28.02%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A06666 (or 0xA06666) is known color: Copper Rose. HEX triplet: A0, 66 and 66. RGB value is (160,102,102). Sum of RGB (Red+Green+Blue) = 160+102+102=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A06666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06666 is #5F9999. Grayscale: #777777. Windows color (decimal): -6265242 or 6710944. OLE color: 6710944.

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

Color convert

RGB 160 102 102 -
CMYK 0 0.36 0.36 0.37
HSL 0.23% 0.51% -
HSV(B) 0.36% 0.63% -
XYZ 21.65 17.94 14.89 -
YUV 119.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 160 102 102 0 0.36 0.36 0.37 0 0.23 0.51
Hex A0 66 66 0 24 24 25 0 17 33
Octal 240 146 146 0 44 44 45 0 27 63
Binary 10100000 1100110 1100110 0 100100 100100 100101 0 10111 110011

Color Harmonies of #A06666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06666

Black with #A06666

Text Example


Text Example

White with #A06666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06666; }

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

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

background-color css

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

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

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

border-color css

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

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

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