Html Css Color HEX #A85F6A Turkish Rose

📋 copy color: '#A85F6A'

red 168 ◦ green 95 ◦ blue 106

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

Shades of Turkish Rose #A85F6A

Tints of Turkish Rose #A85F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.73%

R = 45.53%
G = 25.75%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#A85F6A (or 0xA85F6A) is known color: Turkish Rose. HEX triplet: A8, 5F and 6A. RGB value is (168,95,106). Sum of RGB (Red+Green+Blue) = 168+95+106=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85F6A is #57A095. Grayscale: #767676. Windows color (decimal): -5742742 or 6971304. OLE color: 6971304.

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

Color convert

RGB 168 95 106 -
CMYK 0 0.43 0.37 0.34
HSL 350.96º 0.3% 0.52% -
HSV(B) 350.96º 0.43% 0.66% -
XYZ 22.84 17.55 15.82 -
YUV 118.08 121.18 163.61 -
System Red Green Blue C M Y K H S L
Decimal 168 95 106 0 0.43 0.37 0.34 350.96 0.3 0.52
Hex A8 5F 6A 0 2B 25 22 15F 1E 34
Octal 250 137 152 0 53 45 42 537 36 64
Binary 10101000 1011111 1101010 0 101011 100101 100010 101011111 11110 110100

Color Harmonies of #A85F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85F6A

Black with #A85F6A

Text Example


Text Example

White with #A85F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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