Html Css Color HEX #A85E73 Turkish Rose

📋 copy color: '#A85E73'

red 168 ◦ green 94 ◦ blue 115

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

Shades of Turkish Rose #A85E73

Tints of Turkish Rose #A85E73

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.93%

 BLUE value IS 115 (45.31% from 255) = 30.5%

R = 44.56%
G = 24.93%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A85E73 (or 0xA85E73) is known color: Turkish Rose. HEX triplet: A8, 5E and 73. RGB value is (168,94,115). Sum of RGB (Red+Green+Blue) = 168+94+115=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85E73 is #57A18C. Grayscale: #767676. Windows color (decimal): -5742989 or 7560872. OLE color: 7560872.

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

Color convert

RGB 168 94 115 -
CMYK 0 0.44 0.32 0.34
HSL 342.97º 0.3% 0.51% -
HSV(B) 342.97º 0.44% 0.66% -
XYZ 23.25 17.57 18.39 -
YUV 118.52 126.02 163.29 -
System Red Green Blue C M Y K H S L
Decimal 168 94 115 0 0.44 0.32 0.34 342.97 0.3 0.51
Hex A8 5E 73 0 2C 20 22 157 1E 33
Octal 250 136 163 0 54 40 42 527 36 63
Binary 10101000 1011110 1110011 0 101100 100000 100010 101010111 11110 110011

Color Harmonies of #A85E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85E73

Black with #A85E73

Text Example


Text Example

White with #A85E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85E73; }

 p { color: rgb(168,94,115); }

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

background-color css

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

 a { background-color: rgb(168,94,115); }

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

border-color css

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

 span { border-color: rgb(168,94,115); }

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