Html Css Color HEX #A85F73 Turkish Rose

📋 copy color: '#A85F73'

red 168 ◦ green 95 ◦ blue 115

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

Shades of Turkish Rose #A85F73

Tints of Turkish Rose #A85F73

RGB

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

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

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

R = 44.44%
G = 25.13%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A85F73 (or 0xA85F73) is known color: Turkish Rose. HEX triplet: A8, 5F and 73. RGB value is (168,95,115). Sum of RGB (Red+Green+Blue) = 168+95+115=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85F73 is #57A08C. Grayscale: #777777. Windows color (decimal): -5742733 or 7561128. OLE color: 7561128.

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

Color convert

RGB 168 95 115 -
CMYK 0 0.43 0.32 0.34
HSL 343.56º 0.3% 0.52% -
HSV(B) 343.56º 0.43% 0.66% -
XYZ 23.34 17.75 18.42 -
YUV 119.11 125.68 162.87 -
System Red Green Blue C M Y K H S L
Decimal 168 95 115 0 0.43 0.32 0.34 343.56 0.3 0.52
Hex A8 5F 73 0 2B 20 22 158 1E 34
Octal 250 137 163 0 53 40 42 530 36 64
Binary 10101000 1011111 1110011 0 101011 100000 100010 101011000 11110 110100

Color Harmonies of #A85F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85F73

Black with #A85F73

Text Example


Text Example

White with #A85F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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