Html Css Color HEX #A85F6F Turkish Rose

📋 copy color: '#A85F6F'

red 168 ◦ green 95 ◦ blue 111

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

Shades of Turkish Rose #A85F6F

Tints of Turkish Rose #A85F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.68%

R = 44.92%
G = 25.4%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A85F6F (or 0xA85F6F) is known color: Turkish Rose. HEX triplet: A8, 5F and 6F. RGB value is (168,95,111). Sum of RGB (Red+Green+Blue) = 168+95+111=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85F6F is #57A090. Grayscale: #767676. Windows color (decimal): -5742737 or 7298984. OLE color: 7298984.

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

Color convert

RGB 168 95 111 -
CMYK 0 0.43 0.34 0.34
HSL 346.85º 0.3% 0.52% -
HSV(B) 346.85º 0.43% 0.66% -
XYZ 23.11 17.66 17.23 -
YUV 118.65 123.68 163.2 -
System Red Green Blue C M Y K H S L
Decimal 168 95 111 0 0.43 0.34 0.34 346.85 0.3 0.52
Hex A8 5F 6F 0 2B 22 22 15B 1E 34
Octal 250 137 157 0 53 42 42 533 36 64
Binary 10101000 1011111 1101111 0 101011 100010 100010 101011011 11110 110100

Color Harmonies of #A85F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85F6F

Black with #A85F6F

Text Example


Text Example

White with #A85F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85F6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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