Html Css Color HEX #A35F5C Copper Rose

📋 copy color: '#A35F5C'

red 163 ◦ green 95 ◦ blue 92

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

Shades of Copper Rose #A35F5C

Tints of Copper Rose #A35F5C

RGB

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

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

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

R = 46.57%
G = 27.14%
B = 26.29%

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

#A35F5C (or 0xA35F5C) is known color: Copper Rose. HEX triplet: A3, 5F and 5C. RGB value is (163,95,92). Sum of RGB (Red+Green+Blue) = 163+95+92=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35F5C is #5CA0A3. Grayscale: #737373. Windows color (decimal): -6070436 or 6053795. OLE color: 6053795.

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

Color convert

RGB 163 95 92 -
CMYK 0 0.42 0.44 0.36
HSL 2.54º 0.28% 0.5% -
HSV(B) 2.54º 0.44% 0.64% -
XYZ 21.13 16.74 12.24 -
YUV 114.99 115.03 162.24 -
System Red Green Blue C M Y K H S L
Decimal 163 95 92 0 0.42 0.44 0.36 2.54 0.28 0.5
Hex A3 5F 5C 0 2A 2C 24 3 1C 32
Octal 243 137 134 0 52 54 44 3 34 62
Binary 10100011 1011111 1011100 0 101010 101100 100100 11 11100 110010

Color Harmonies of #A35F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35F5C

Black with #A35F5C

Text Example


Text Example

White with #A35F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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