Html Css Color HEX #A25E5C Copper Rose

📋 copy color: '#A25E5C'

red 162 ◦ green 94 ◦ blue 92

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

Shades of Copper Rose #A25E5C

Tints of Copper Rose #A25E5C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.01%

 BLUE value IS 92 (36.33% from 255) = 26.44%

R = 46.55%
G = 27.01%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A25E5C (or 0xA25E5C) is known color: Copper Rose. HEX triplet: A2, 5E and 5C. RGB value is (162,94,92). Sum of RGB (Red+Green+Blue) = 162+94+92=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E5C is #5DA1A3. Grayscale: #727272. Windows color (decimal): -6136228 or 6053538. OLE color: 6053538.

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

Color convert

RGB 162 94 92 -
CMYK 0 0.42 0.43 0.36
HSL 1.71º 0.28% 0.5% -
HSV(B) 1.71º 0.43% 0.64% -
XYZ 20.83 16.46 12.2 -
YUV 114.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 162 94 92 0 0.42 0.43 0.36 1.71 0.28 0.5
Hex A2 5E 5C 0 2A 2B 24 2 1C 32
Octal 242 136 134 0 52 53 44 2 34 62
Binary 10100010 1011110 1011100 0 101010 101011 100100 10 11100 110010

Color Harmonies of #A25E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25E5C

Black with #A25E5C

Text Example


Text Example

White with #A25E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25E5C; }

 p { color: rgb(162,94,92); }

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

background-color css

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

 a { background-color: rgb(162,94,92); }

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

border-color css

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

 span { border-color: rgb(162,94,92); }

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