Html Css Color HEX #A46563 Copper Rose

📋 copy color: '#A46563'

red 164 ◦ green 101 ◦ blue 99

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

Shades of Copper Rose #A46563

Tints of Copper Rose #A46563

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.75%

 BLUE value IS 99 (39.06% from 255) = 27.2%

R = 45.05%
G = 27.75%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A46563 (or 0xA46563) is known color: Copper Rose. HEX triplet: A4, 65 and 63. RGB value is (164,101,99). Sum of RGB (Red+Green+Blue) = 164+101+99=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A46563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46563 is #5B9A9C. Grayscale: #777777. Windows color (decimal): -6003357 or 6514084. OLE color: 6514084.

HSL color Cylindrical-coordinate representation of color #A46563: hue angle of 1.85º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A46563 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 101 99 -
CMYK 0 0.38 0.40 0.36
HSL 1.85º 0.26% 0.52% -
HSV(B) 1.85º 0.4% 0.64% -
XYZ 22.22 18.1 14.13 -
YUV 119.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 164 101 99 0 0.38 0.40 0.36 1.85 0.26 0.52
Hex A4 65 63 0 26 28 24 2 1A 34
Octal 244 145 143 0 46 50 44 2 32 64
Binary 10100100 1100101 1100011 0 100110 101000 100100 10 11010 110100

Color Harmonies of #A46563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46563

Black with #A46563

Text Example


Text Example

White with #A46563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46563; }

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

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

background-color css

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

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

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

border-color css

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

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

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