Html Css Color HEX #A25F5D Copper Rose

📋 copy color: '#A25F5D'

red 162 ◦ green 95 ◦ blue 93

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

Shades of Copper Rose #A25F5D

Tints of Copper Rose #A25F5D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.14%

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

R = 46.29%
G = 27.14%
B = 26.57%

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

#A25F5D (or 0xA25F5D) is known color: Copper Rose. HEX triplet: A2, 5F and 5D. RGB value is (162,95,93). Sum of RGB (Red+Green+Blue) = 162+95+93=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F5D is #5DA0A2. Grayscale: #727272. Windows color (decimal): -6135971 or 6119330. OLE color: 6119330.

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

Color convert

RGB 162 95 93 -
CMYK 0 0.41 0.43 0.36
HSL 1.74º 0.27% 0.5% -
HSV(B) 1.74º 0.43% 0.64% -
XYZ 20.97 16.66 12.47 -
YUV 114.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 162 95 93 0 0.41 0.43 0.36 1.74 0.27 0.5
Hex A2 5F 5D 0 29 2B 24 2 1B 32
Octal 242 137 135 0 51 53 44 2 33 62
Binary 10100010 1011111 1011101 0 101001 101011 100100 10 11011 110010

Color Harmonies of #A25F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25F5D

Black with #A25F5D

Text Example


Text Example

White with #A25F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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