Html Css Color HEX #A85F6B Turkish Rose

📋 copy color: '#A85F6B'

red 168 ◦ green 95 ◦ blue 107

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

Shades of Turkish Rose #A85F6B

Tints of Turkish Rose #A85F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.92%

R = 45.41%
G = 25.68%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A85F6B (or 0xA85F6B) is known color: Turkish Rose. HEX triplet: A8, 5F and 6B. RGB value is (168,95,107). Sum of RGB (Red+Green+Blue) = 168+95+107=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85F6B is #57A094. Grayscale: #767676. Windows color (decimal): -5742741 or 7036840. OLE color: 7036840.

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

Color convert

RGB 168 95 107 -
CMYK 0 0.43 0.36 0.34
HSL 350.14º 0.3% 0.52% -
HSV(B) 350.14º 0.43% 0.66% -
XYZ 22.89 17.57 16.09 -
YUV 118.2 121.68 163.52 -
System Red Green Blue C M Y K H S L
Decimal 168 95 107 0 0.43 0.36 0.34 350.14 0.3 0.52
Hex A8 5F 6B 0 2B 24 22 15E 1E 34
Octal 250 137 153 0 53 44 42 536 36 64
Binary 10101000 1011111 1101011 0 101011 100100 100010 101011110 11110 110100

Color Harmonies of #A85F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85F6B

Black with #A85F6B

Text Example


Text Example

White with #A85F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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