Html Css Color HEX #A35E5C Copper Rose

📋 copy color: '#A35E5C'

red 163 ◦ green 94 ◦ blue 92

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

Shades of Copper Rose #A35E5C

Tints of Copper Rose #A35E5C

RGB

 RED value IS 163 (64.06% from 255) = 46.7%

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

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

R = 46.7%
G = 26.93%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A35E5C (or 0xA35E5C) is known color: Copper Rose. HEX triplet: A3, 5E and 5C. RGB value is (163,94,92). Sum of RGB (Red+Green+Blue) = 163+94+92=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35E5C is #5CA1A3. Grayscale: #727272. Windows color (decimal): -6070692 or 6053539. OLE color: 6053539.

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

Color convert

RGB 163 94 92 -
CMYK 0 0.42 0.44 0.36
HSL 1.69º 0.28% 0.5% -
HSV(B) 1.69º 0.44% 0.64% -
XYZ 21.04 16.56 12.21 -
YUV 114.4 115.36 162.66 -
System Red Green Blue C M Y K H S L
Decimal 163 94 92 0 0.42 0.44 0.36 1.69 0.28 0.5
Hex A3 5E 5C 0 2A 2C 24 2 1C 32
Octal 243 136 134 0 52 54 44 2 34 62
Binary 10100011 1011110 1011100 0 101010 101100 100100 10 11100 110010

Color Harmonies of #A35E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35E5C

Black with #A35E5C

Text Example


Text Example

White with #A35E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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