Html Css Color HEX #A2615D Copper Rose

📋 copy color: '#A2615D'

red 162 ◦ green 97 ◦ blue 93

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

Shades of Copper Rose #A2615D

Tints of Copper Rose #A2615D

RGB

 RED value IS 162 (63.67% from 255) = 46.02%

 GREEN value IS 97 (38.28% from 255) = 27.56%

 BLUE value IS 93 (36.72% from 255) = 26.42%

R = 46.02%
G = 27.56%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A2615D (or 0xA2615D) is known color: Copper Rose. HEX triplet: A2, 61 and 5D. RGB value is (162,97,93). Sum of RGB (Red+Green+Blue) = 162+97+93=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A2615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2615D is #5D9EA2. Grayscale: #747474. Windows color (decimal): -6135459 or 6119842. OLE color: 6119842.

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

Color convert

RGB 162 97 93 -
CMYK 0 0.40 0.43 0.36
HSL 3.48º 0.27% 0.5% -
HSV(B) 3.48º 0.43% 0.64% -
XYZ 21.15 17.02 12.53 -
YUV 115.98 115.03 160.83 -
System Red Green Blue C M Y K H S L
Decimal 162 97 93 0 0.40 0.43 0.36 3.48 0.27 0.5
Hex A2 61 5D 0 28 2B 24 3 1B 32
Octal 242 141 135 0 50 53 44 3 33 62
Binary 10100010 1100001 1011101 0 101000 101011 100100 11 11011 110010

Color Harmonies of #A2615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2615D

Black with #A2615D

Text Example


Text Example

White with #A2615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2615D; }

 p { color: rgb(162,97,93); }

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

background-color css

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

 a { background-color: rgb(162,97,93); }

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

border-color css

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

 span { border-color: rgb(162,97,93); }

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