Html Css Color HEX #A15C5C Copper Rose

📋 copy color: '#A15C5C'

red 161 ◦ green 92 ◦ blue 92

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

Shades of Copper Rose #A15C5C

Tints of Copper Rose #A15C5C

RGB

 RED value IS 161 (63.28% from 255) = 46.67%

 GREEN value IS 92 (36.33% from 255) = 26.67%

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

R = 46.67%
G = 26.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A15C5C (or 0xA15C5C) is known color: Copper Rose. HEX triplet: A1, 5C and 5C. RGB value is (161,92,92). Sum of RGB (Red+Green+Blue) = 161+92+92=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15C5C is #5EA3A3. Grayscale: #707070. Windows color (decimal): -6202276 or 6053025. OLE color: 6053025.

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

Color convert

RGB 161 92 92 -
CMYK 0 0.43 0.43 0.37
HSL 0.27% 0.5% -
HSV(B) 0.43% 0.63% -
XYZ 20.46 16 12.14 -
YUV 112.63 116.36 162.5 -
System Red Green Blue C M Y K H S L
Decimal 161 92 92 0 0.43 0.43 0.37 0 0.27 0.5
Hex A1 5C 5C 0 2B 2B 25 0 1B 32
Octal 241 134 134 0 53 53 45 0 33 62
Binary 10100001 1011100 1011100 0 101011 101011 100101 0 11011 110010

Color Harmonies of #A15C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15C5C

Black with #A15C5C

Text Example


Text Example

White with #A15C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15C5C; }

 p { color: rgb(161,92,92); }

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

background-color css

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

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

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

border-color css

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

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

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