Html Css Color HEX #A35D5C Copper Rose

📋 copy color: '#A35D5C'

red 163 ◦ green 93 ◦ blue 92

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

Shades of Copper Rose #A35D5C

Tints of Copper Rose #A35D5C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.72%

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

R = 46.84%
G = 26.72%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A35D5C (or 0xA35D5C) is known color: Copper Rose. HEX triplet: A3, 5D and 5C. RGB value is (163,93,92). Sum of RGB (Red+Green+Blue) = 163+93+92=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35D5C is #5CA2A3. Grayscale: #717171. Windows color (decimal): -6070948 or 6053283. OLE color: 6053283.

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

Color convert

RGB 163 93 92 -
CMYK 0 0.43 0.44 0.36
HSL 0.85º 0.28% 0.5% -
HSV(B) 0.85º 0.44% 0.64% -
XYZ 20.95 16.39 12.18 -
YUV 113.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 163 93 92 0 0.43 0.44 0.36 0.85 0.28 0.5
Hex A3 5D 5C 0 2B 2C 24 1 1C 32
Octal 243 135 134 0 53 54 44 1 34 62
Binary 10100011 1011101 1011100 0 101011 101100 100100 1 11100 110010

Color Harmonies of #A35D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35D5C

Black with #A35D5C

Text Example


Text Example

White with #A35D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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