Html Css Color HEX #A35D5B Copper Rose

📋 copy color: '#A35D5B'

red 163 ◦ green 93 ◦ blue 91

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

Shades of Copper Rose #A35D5B

Tints of Copper Rose #A35D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.22%

R = 46.97%
G = 26.8%
B = 26.22%

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

#A35D5B (or 0xA35D5B) is known color: Copper Rose. HEX triplet: A3, 5D and 5B. RGB value is (163,93,91). Sum of RGB (Red+Green+Blue) = 163+93+91=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35D5B is #5CA2A4. Grayscale: #717171. Windows color (decimal): -6070949 or 5987747. OLE color: 5987747.

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

Color convert

RGB 163 93 91 -
CMYK 0 0.43 0.44 0.36
HSL 1.67º 0.28% 0.5% -
HSV(B) 1.67º 0.44% 0.64% -
XYZ 20.91 16.37 11.96 -
YUV 113.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 163 93 91 0 0.43 0.44 0.36 1.67 0.28 0.5
Hex A3 5D 5B 0 2B 2C 24 2 1C 32
Octal 243 135 133 0 53 54 44 2 34 62
Binary 10100011 1011101 1011011 0 101011 101100 100100 10 11100 110010

Color Harmonies of #A35D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35D5B

Black with #A35D5B

Text Example


Text Example

White with #A35D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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