Html Css Color HEX #A16A67 Copper Rose

📋 copy color: '#A16A67'

red 161 ◦ green 106 ◦ blue 103

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

Shades of Copper Rose #A16A67

Tints of Copper Rose #A16A67

RGB

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

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

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

R = 43.51%
G = 28.65%
B = 27.84%

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

#A16A67 (or 0xA16A67) is known color: Copper Rose. HEX triplet: A1, 6A and 67. RGB value is (161,106,103). Sum of RGB (Red+Green+Blue) = 161+106+103=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16A67 is #5E9598. Grayscale: #7A7A7A. Windows color (decimal): -6198681 or 6777505. OLE color: 6777505.

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

Color convert

RGB 161 106 103 -
CMYK 0 0.34 0.36 0.37
HSL 3.1º 0.24% 0.52% -
HSV(B) 3.1º 0.36% 0.63% -
XYZ 22.3 18.86 15.3 -
YUV 122.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 161 106 103 0 0.34 0.36 0.37 3.1 0.24 0.52
Hex A1 6A 67 0 22 24 25 3 18 34
Octal 241 152 147 0 42 44 45 3 30 64
Binary 10100001 1101010 1100111 0 100010 100100 100101 11 11000 110100

Color Harmonies of #A16A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16A67

Black with #A16A67

Text Example


Text Example

White with #A16A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16A67; }

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

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

background-color css

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

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

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

border-color css

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

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

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