Html Css Color HEX #A25E5E Copper Rose

📋 copy color: '#A25E5E'

red 162 ◦ green 94 ◦ blue 94

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

Shades of Copper Rose #A25E5E

Tints of Copper Rose #A25E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.86%

R = 46.29%
G = 26.86%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A25E5E (or 0xA25E5E) is known color: Copper Rose. HEX triplet: A2, 5E and 5E. RGB value is (162,94,94). Sum of RGB (Red+Green+Blue) = 162+94+94=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E5E is #5DA1A1. Grayscale: #727272. Windows color (decimal): -6136226 or 6184610. OLE color: 6184610.

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

Color convert

RGB 162 94 94 -
CMYK 0 0.42 0.42 0.36
HSL 0.27% 0.5% -
HSV(B) 0.42% 0.64% -
XYZ 20.92 16.49 12.67 -
YUV 114.33 116.53 162 -
System Red Green Blue C M Y K H S L
Decimal 162 94 94 0 0.42 0.42 0.36 0 0.27 0.5
Hex A2 5E 5E 0 2A 2A 24 0 1B 32
Octal 242 136 136 0 52 52 44 0 33 62
Binary 10100010 1011110 1011110 0 101010 101010 100100 0 11011 110010

Color Harmonies of #A25E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25E5E

Black with #A25E5E

Text Example


Text Example

White with #A25E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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