Html Css Color HEX #A56461 Copper Rose

📋 copy color: '#A56461'

red 165 ◦ green 100 ◦ blue 97

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

Shades of Copper Rose #A56461

Tints of Copper Rose #A56461

RGB

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

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

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

R = 45.58%
G = 27.62%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A56461 (or 0xA56461) is known color: Copper Rose. HEX triplet: A5, 64 and 61. RGB value is (165,100,97). Sum of RGB (Red+Green+Blue) = 165+100+97=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A56461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56461 is #5A9B9E. Grayscale: #777777. Windows color (decimal): -5938079 or 6382757. OLE color: 6382757.

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

Color convert

RGB 165 100 97 -
CMYK 0 0.39 0.41 0.35
HSL 2.65º 0.27% 0.51% -
HSV(B) 2.65º 0.41% 0.65% -
XYZ 22.23 17.98 13.61 -
YUV 119.09 115.53 160.74 -
System Red Green Blue C M Y K H S L
Decimal 165 100 97 0 0.39 0.41 0.35 2.65 0.27 0.51
Hex A5 64 61 0 27 29 23 3 1B 33
Octal 245 144 141 0 47 51 43 3 33 63
Binary 10100101 1100100 1100001 0 100111 101001 100011 11 11011 110011

Color Harmonies of #A56461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56461

Black with #A56461

Text Example


Text Example

White with #A56461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56461; }

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

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

background-color css

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

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

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

border-color css

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

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

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