Html Css Color HEX #A85D5C Copper Rose

📋 copy color: '#A85D5C'

red 168 ◦ green 93 ◦ blue 92

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

Shades of Copper Rose #A85D5C

Tints of Copper Rose #A85D5C

RGB

 RED value IS 168 (66.02% from 255) = 47.59%

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

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

R = 47.59%
G = 26.35%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A85D5C (or 0xA85D5C) is known color: Copper Rose. HEX triplet: A8, 5D and 5C. RGB value is (168,93,92). Sum of RGB (Red+Green+Blue) = 168+93+92=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85D5C is #57A2A3. Grayscale: #737373. Windows color (decimal): -5743268 or 6053288. OLE color: 6053288.

HSL color Cylindrical-coordinate representation of color #A85D5C: hue angle of 0.79º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A85D5C is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 93 92 -
CMYK 0 0.45 0.45 0.34
HSL 0.79º 0.3% 0.51% -
HSV(B) 0.79º 0.45% 0.66% -
XYZ 21.99 16.93 12.23 -
YUV 115.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 168 93 92 0 0.45 0.45 0.34 0.79 0.3 0.51
Hex A8 5D 5C 0 2D 2D 22 1 1E 33
Octal 250 135 134 0 55 55 42 1 36 63
Binary 10101000 1011101 1011100 0 101101 101101 100010 1 11110 110011

Color Harmonies of #A85D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85D5C

Black with #A85D5C

Text Example


Text Example

White with #A85D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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