Html Css Color HEX #A46461 Copper Rose

📋 copy color: '#A46461'

red 164 ◦ green 100 ◦ blue 97

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

Shades of Copper Rose #A46461

Tints of Copper Rose #A46461

RGB

 RED value IS 164 (64.45% from 255) = 45.43%

 GREEN value IS 100 (39.45% from 255) = 27.7%

 BLUE value IS 97 (38.28% from 255) = 26.87%

R = 45.43%
G = 27.7%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A46461 (or 0xA46461) is known color: Copper Rose. HEX triplet: A4, 64 and 61. RGB value is (164,100,97). Sum of RGB (Red+Green+Blue) = 164+100+97=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A46461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46461 is #5B9B9E. Grayscale: #767676. Windows color (decimal): -6003615 or 6382756. OLE color: 6382756.

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

Color convert

RGB 164 100 97 -
CMYK 0 0.39 0.41 0.36
HSL 2.69º 0.27% 0.51% -
HSV(B) 2.69º 0.41% 0.64% -
XYZ 22.02 17.87 13.6 -
YUV 118.79 115.7 160.24 -
System Red Green Blue C M Y K H S L
Decimal 164 100 97 0 0.39 0.41 0.36 2.69 0.27 0.51
Hex A4 64 61 0 27 29 24 3 1B 33
Octal 244 144 141 0 47 51 44 3 33 63
Binary 10100100 1100100 1100001 0 100111 101001 100100 11 11011 110011

Color Harmonies of #A46461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46461

Black with #A46461

Text Example


Text Example

White with #A46461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46461; }

 p { color: rgb(164,100,97); }

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

background-color css

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

 a { background-color: rgb(164,100,97); }

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

border-color css

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

 span { border-color: rgb(164,100,97); }

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