Html Css Color HEX #A2605D Copper Rose

📋 copy color: '#A2605D'

red 162 ◦ green 96 ◦ blue 93

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

Shades of Copper Rose #A2605D

Tints of Copper Rose #A2605D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.35%

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

R = 46.15%
G = 27.35%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A2605D (or 0xA2605D) is known color: Copper Rose. HEX triplet: A2, 60 and 5D. RGB value is (162,96,93). Sum of RGB (Red+Green+Blue) = 162+96+93=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A2605D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2605D is #5D9FA2. Grayscale: #737373. Windows color (decimal): -6135715 or 6119586. OLE color: 6119586.

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

Color convert

RGB 162 96 93 -
CMYK 0 0.41 0.43 0.36
HSL 2.61º 0.27% 0.5% -
HSV(B) 2.61º 0.43% 0.64% -
XYZ 21.06 16.84 12.5 -
YUV 115.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 162 96 93 0 0.41 0.43 0.36 2.61 0.27 0.5
Hex A2 60 5D 0 29 2B 24 3 1B 32
Octal 242 140 135 0 51 53 44 3 33 62
Binary 10100010 1100000 1011101 0 101001 101011 100100 11 11011 110010

Color Harmonies of #A2605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2605D

Black with #A2605D

Text Example


Text Example

White with #A2605D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2605D; }

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

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

background-color css

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

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

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

border-color css

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

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

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