Html Css Color HEX #A66565 Copper Rose

📋 copy color: '#A66565'

red 166 ◦ green 101 ◦ blue 101

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

Shades of Copper Rose #A66565

Tints of Copper Rose #A66565

RGB

 RED value IS 166 (65.23% from 255) = 45.11%

 GREEN value IS 101 (39.84% from 255) = 27.45%

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

R = 45.11%
G = 27.45%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A66565 (or 0xA66565) is known color: Copper Rose. HEX triplet: A6, 65 and 65. RGB value is (166,101,101). Sum of RGB (Red+Green+Blue) = 166+101+101=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A66565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66565 is #599A9A. Grayscale: #787878. Windows color (decimal): -5872283 or 6645158. OLE color: 6645158.

HSL color Cylindrical-coordinate representation of color #A66565: hue angle of 0º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A66565 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 101 101 -
CMYK 0 0.39 0.39 0.35
HSL 0.27% 0.52% -
HSV(B) 0.39% 0.65% -
XYZ 22.73 18.35 14.66 -
YUV 120.44 117.03 160.5 -
System Red Green Blue C M Y K H S L
Decimal 166 101 101 0 0.39 0.39 0.35 0 0.27 0.52
Hex A6 65 65 0 27 27 23 0 1B 34
Octal 246 145 145 0 47 47 43 0 33 64
Binary 10100110 1100101 1100101 0 100111 100111 100011 0 11011 110100

Color Harmonies of #A66565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66565

Black with #A66565

Text Example


Text Example

White with #A66565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66565; }

 p { color: rgb(166,101,101); }

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

background-color css

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

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

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

border-color css

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

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

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