Html Css Color HEX #A85F5D Copper Rose

📋 copy color: '#A85F5D'

red 168 ◦ green 95 ◦ blue 93

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

Shades of Copper Rose #A85F5D

Tints of Copper Rose #A85F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.12%

R = 47.19%
G = 26.69%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A85F5D (or 0xA85F5D) is known color: Copper Rose. HEX triplet: A8, 5F and 5D. RGB value is (168,95,93). Sum of RGB (Red+Green+Blue) = 168+95+93=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85F5D is #57A0A2. Grayscale: #747474. Windows color (decimal): -5742755 or 6119336. OLE color: 6119336.

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

Color convert

RGB 168 95 93 -
CMYK 0 0.43 0.45 0.34
HSL 1.6º 0.3% 0.51% -
HSV(B) 1.6º 0.45% 0.66% -
XYZ 22.22 17.3 12.52 -
YUV 116.6 114.68 164.66 -
System Red Green Blue C M Y K H S L
Decimal 168 95 93 0 0.43 0.45 0.34 1.6 0.3 0.51
Hex A8 5F 5D 0 2B 2D 22 2 1E 33
Octal 250 137 135 0 53 55 42 2 36 63
Binary 10101000 1011111 1011101 0 101011 101101 100010 10 11110 110011

Color Harmonies of #A85F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85F5D

Black with #A85F5D

Text Example


Text Example

White with #A85F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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