Html Css Color HEX #A25F5E Copper Rose

📋 copy color: '#A25F5E'

red 162 ◦ green 95 ◦ blue 94

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

Shades of Copper Rose #A25F5E

Tints of Copper Rose #A25F5E

RGB

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

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

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

R = 46.15%
G = 27.07%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A25F5E (or 0xA25F5E) is known color: Copper Rose. HEX triplet: A2, 5F and 5E. RGB value is (162,95,94). Sum of RGB (Red+Green+Blue) = 162+95+94=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F5E is #5DA0A1. Grayscale: #727272. Windows color (decimal): -6135970 or 6184866. OLE color: 6184866.

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

Color convert

RGB 162 95 94 -
CMYK 0 0.41 0.42 0.36
HSL 0.88º 0.27% 0.5% -
HSV(B) 0.88º 0.42% 0.64% -
XYZ 21.01 16.67 12.7 -
YUV 114.92 116.2 161.58 -
System Red Green Blue C M Y K H S L
Decimal 162 95 94 0 0.41 0.42 0.36 0.88 0.27 0.5
Hex A2 5F 5E 0 29 2A 24 1 1B 32
Octal 242 137 136 0 51 52 44 1 33 62
Binary 10100010 1011111 1011110 0 101001 101010 100100 1 11011 110010

Color Harmonies of #A25F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25F5E

Black with #A25F5E

Text Example


Text Example

White with #A25F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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