Html Css Color HEX #A85F65 Turkish Rose

📋 copy color: '#A85F65'

red 168 ◦ green 95 ◦ blue 101

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

Shades of Turkish Rose #A85F65

Tints of Turkish Rose #A85F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.75%

R = 46.15%
G = 26.1%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A85F65 (or 0xA85F65) is known color: Turkish Rose. HEX triplet: A8, 5F and 65. RGB value is (168,95,101). Sum of RGB (Red+Green+Blue) = 168+95+101=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85F65 is #57A09A. Grayscale: #757575. Windows color (decimal): -5742747 or 6643624. OLE color: 6643624.

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

Color convert

RGB 168 95 101 -
CMYK 0 0.43 0.40 0.34
HSL 355.07º 0.3% 0.52% -
HSV(B) 355.07º 0.43% 0.66% -
XYZ 22.59 17.45 14.49 -
YUV 117.51 118.68 164.01 -
System Red Green Blue C M Y K H S L
Decimal 168 95 101 0 0.43 0.40 0.34 355.07 0.3 0.52
Hex A8 5F 65 0 2B 28 22 163 1E 34
Octal 250 137 145 0 53 50 42 543 36 64
Binary 10101000 1011111 1100101 0 101011 101000 100010 101100011 11110 110100

Color Harmonies of #A85F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85F65

Black with #A85F65

Text Example


Text Example

White with #A85F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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