Html Css Color HEX #A16868 Copper Rose

📋 copy color: '#A16868'

red 161 ◦ green 104 ◦ blue 104

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

Shades of Copper Rose #A16868

Tints of Copper Rose #A16868

RGB

 RED value IS 161 (63.28% from 255) = 43.63%

 GREEN value IS 104 (41.02% from 255) = 28.18%

 BLUE value IS 104 (41.02% from 255) = 28.18%

R = 43.63%
G = 28.18%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A16868 (or 0xA16868) is known color: Copper Rose. HEX triplet: A1, 68 and 68. RGB value is (161,104,104). Sum of RGB (Red+Green+Blue) = 161+104+104=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A16868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16868 is #5E9797. Grayscale: #797979. Windows color (decimal): -6199192 or 6842529. OLE color: 6842529.

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

Color convert

RGB 161 104 104 -
CMYK 0 0.35 0.35 0.37
HSL 0.23% 0.52% -
HSV(B) 0.35% 0.63% -
XYZ 22.15 18.48 15.5 -
YUV 121.04 118.38 156.5 -
System Red Green Blue C M Y K H S L
Decimal 161 104 104 0 0.35 0.35 0.37 0 0.23 0.52
Hex A1 68 68 0 23 23 25 0 17 34
Octal 241 150 150 0 43 43 45 0 27 64
Binary 10100001 1101000 1101000 0 100011 100011 100101 0 10111 110100

Color Harmonies of #A16868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16868

Black with #A16868

Text Example


Text Example

White with #A16868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16868; }

 p { color: rgb(161,104,104); }

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

background-color css

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

 a { background-color: rgb(161,104,104); }

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

border-color css

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

 span { border-color: rgb(161,104,104); }

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