Html Css Color HEX #A16967 Copper Rose

📋 copy color: '#A16967'

red 161 ◦ green 105 ◦ blue 103

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

Shades of Copper Rose #A16967

Tints of Copper Rose #A16967

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.46%

 BLUE value IS 103 (40.63% from 255) = 27.91%

R = 43.63%
G = 28.46%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A16967 (or 0xA16967) is known color: Copper Rose. HEX triplet: A1, 69 and 67. RGB value is (161,105,103). Sum of RGB (Red+Green+Blue) = 161+105+103=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A16967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16967 is #5E9698. Grayscale: #797979. Windows color (decimal): -6198937 or 6777249. OLE color: 6777249.

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

Color convert

RGB 161 105 103 -
CMYK 0 0.35 0.36 0.37
HSL 2.07º 0.24% 0.52% -
HSV(B) 2.07º 0.36% 0.63% -
XYZ 22.2 18.66 15.26 -
YUV 121.52 117.55 156.16 -
System Red Green Blue C M Y K H S L
Decimal 161 105 103 0 0.35 0.36 0.37 2.07 0.24 0.52
Hex A1 69 67 0 23 24 25 2 18 34
Octal 241 151 147 0 43 44 45 2 30 64
Binary 10100001 1101001 1100111 0 100011 100100 100101 10 11000 110100

Color Harmonies of #A16967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16967

Black with #A16967

Text Example


Text Example

White with #A16967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16967; }

 p { color: rgb(161,105,103); }

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

background-color css

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

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

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

border-color css

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

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

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