Html Css Color HEX #A46361 Copper Rose

📋 copy color: '#A46361'

red 164 ◦ green 99 ◦ blue 97

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

Shades of Copper Rose #A46361

Tints of Copper Rose #A46361

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.5%

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

R = 45.56%
G = 27.5%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A46361 (or 0xA46361) is known color: Copper Rose. HEX triplet: A4, 63 and 61. RGB value is (164,99,97). Sum of RGB (Red+Green+Blue) = 164+99+97=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A46361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46361 is #5B9C9E. Grayscale: #767676. Windows color (decimal): -6003871 or 6382500. OLE color: 6382500.

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

Color convert

RGB 164 99 97 -
CMYK 0 0.40 0.41 0.36
HSL 1.79º 0.27% 0.51% -
HSV(B) 1.79º 0.41% 0.64% -
XYZ 21.93 17.68 13.57 -
YUV 118.21 116.03 160.66 -
System Red Green Blue C M Y K H S L
Decimal 164 99 97 0 0.40 0.41 0.36 1.79 0.27 0.51
Hex A4 63 61 0 28 29 24 2 1B 33
Octal 244 143 141 0 50 51 44 2 33 63
Binary 10100100 1100011 1100001 0 101000 101001 100100 10 11011 110011

Color Harmonies of #A46361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46361

Black with #A46361

Text Example


Text Example

White with #A46361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46361; }

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

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

background-color css

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

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

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

border-color css

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

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

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