Html Css Color HEX #A06A66 Copper Rose

📋 copy color: '#A06A66'

red 160 ◦ green 106 ◦ blue 102

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

Shades of Copper Rose #A06A66

Tints of Copper Rose #A06A66

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.8%

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

R = 43.48%
G = 28.8%
B = 27.72%

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

#A06A66 (or 0xA06A66) is known color: Copper Rose. HEX triplet: A0, 6A and 66. RGB value is (160,106,102). Sum of RGB (Red+Green+Blue) = 160+106+102=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A06A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06A66 is #5F9599. Grayscale: #797979. Windows color (decimal): -6264218 or 6711968. OLE color: 6711968.

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

Color convert

RGB 160 106 102 -
CMYK 0 0.34 0.36 0.37
HSL 4.14º 0.23% 0.51% -
HSV(B) 4.14º 0.36% 0.63% -
XYZ 22.05 18.74 15.03 -
YUV 121.69 116.89 155.33 -
System Red Green Blue C M Y K H S L
Decimal 160 106 102 0 0.34 0.36 0.37 4.14 0.23 0.51
Hex A0 6A 66 0 22 24 25 4 17 33
Octal 240 152 146 0 42 44 45 4 27 63
Binary 10100000 1101010 1100110 0 100010 100100 100101 100 10111 110011

Color Harmonies of #A06A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06A66

Black with #A06A66

Text Example


Text Example

White with #A06A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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