Html Css Color HEX #A06665 Copper Rose

📋 copy color: '#A06665'

red 160 ◦ green 102 ◦ blue 101

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

Shades of Copper Rose #A06665

Tints of Copper Rose #A06665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.82%

R = 44.08%
G = 28.1%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A06665 (or 0xA06665) is known color: Copper Rose. HEX triplet: A0, 66 and 65. RGB value is (160,102,101). Sum of RGB (Red+Green+Blue) = 160+102+101=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A06665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06665 is #5F999A. Grayscale: #777777. Windows color (decimal): -6265243 or 6645408. OLE color: 6645408.

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

Color convert

RGB 160 102 101 -
CMYK 0 0.36 0.37 0.37
HSL 1.02º 0.24% 0.51% -
HSV(B) 1.02º 0.37% 0.63% -
XYZ 21.6 17.92 14.63 -
YUV 119.23 117.72 157.08 -
System Red Green Blue C M Y K H S L
Decimal 160 102 101 0 0.36 0.37 0.37 1.02 0.24 0.51
Hex A0 66 65 0 24 25 25 1 18 33
Octal 240 146 145 0 44 45 45 1 30 63
Binary 10100000 1100110 1100101 0 100100 100101 100101 1 11000 110011

Color Harmonies of #A06665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06665

Black with #A06665

Text Example


Text Example

White with #A06665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06665; }

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

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

background-color css

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

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

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

border-color css

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

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

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