Html Css Color HEX #A46565 Copper Rose

📋 copy color: '#A46565'

red 164 ◦ green 101 ◦ blue 101

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

Shades of Copper Rose #A46565

Tints of Copper Rose #A46565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.6%

R = 44.81%
G = 27.6%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A46565 (or 0xA46565) is known color: Copper Rose. HEX triplet: A4, 65 and 65. RGB value is (164,101,101). Sum of RGB (Red+Green+Blue) = 164+101+101=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A46565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46565 is #5B9A9A. Grayscale: #777777. Windows color (decimal): -6003355 or 6645156. OLE color: 6645156.

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

Color convert

RGB 164 101 101 -
CMYK 0 0.38 0.38 0.36
HSL 0.26% 0.52% -
HSV(B) 0.38% 0.64% -
XYZ 22.31 18.14 14.64 -
YUV 119.84 117.37 159.5 -
System Red Green Blue C M Y K H S L
Decimal 164 101 101 0 0.38 0.38 0.36 0 0.26 0.52
Hex A4 65 65 0 26 26 24 0 1A 34
Octal 244 145 145 0 46 46 44 0 32 64
Binary 10100100 1100101 1100101 0 100110 100110 100100 0 11010 110100

Color Harmonies of #A46565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46565

Black with #A46565

Text Example


Text Example

White with #A46565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46565; }

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

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

background-color css

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

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

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

border-color css

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

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

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