Html Css Color HEX #A56361 Copper Rose

📋 copy color: '#A56361'

red 165 ◦ green 99 ◦ blue 97

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

Shades of Copper Rose #A56361

Tints of Copper Rose #A56361

RGB

 RED value IS 165 (64.84% from 255) = 45.71%

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

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

R = 45.71%
G = 27.42%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A56361 (or 0xA56361) is known color: Copper Rose. HEX triplet: A5, 63 and 61. RGB value is (165,99,97). Sum of RGB (Red+Green+Blue) = 165+99+97=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A56361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56361 is #5A9C9E. Grayscale: #767676. Windows color (decimal): -5938335 or 6382501. OLE color: 6382501.

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

Color convert

RGB 165 99 97 -
CMYK 0 0.40 0.41 0.35
HSL 1.76º 0.27% 0.51% -
HSV(B) 1.76º 0.41% 0.65% -
XYZ 22.14 17.79 13.58 -
YUV 118.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 165 99 97 0 0.40 0.41 0.35 1.76 0.27 0.51
Hex A5 63 61 0 28 29 23 2 1B 33
Octal 245 143 141 0 50 51 43 2 33 63
Binary 10100101 1100011 1100001 0 101000 101001 100011 10 11011 110011

Color Harmonies of #A56361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56361

Black with #A56361

Text Example


Text Example

White with #A56361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56361; }

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

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

background-color css

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

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

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

border-color css

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

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

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