Html Css Color HEX #A85E6B Turkish Rose

📋 copy color: '#A85E6B'

red 168 ◦ green 94 ◦ blue 107

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

Shades of Turkish Rose #A85E6B

Tints of Turkish Rose #A85E6B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.47%

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

R = 45.53%
G = 25.47%
B = 29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A85E6B (or 0xA85E6B) is known color: Turkish Rose. HEX triplet: A8, 5E and 6B. RGB value is (168,94,107). Sum of RGB (Red+Green+Blue) = 168+94+107=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85E6B is #57A194. Grayscale: #757575. Windows color (decimal): -5742997 or 7036584. OLE color: 7036584.

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

Color convert

RGB 168 94 107 -
CMYK 0 0.44 0.36 0.34
HSL 349.46º 0.3% 0.51% -
HSV(B) 349.46º 0.44% 0.66% -
XYZ 22.81 17.39 16.06 -
YUV 117.61 122.02 163.94 -
System Red Green Blue C M Y K H S L
Decimal 168 94 107 0 0.44 0.36 0.34 349.46 0.3 0.51
Hex A8 5E 6B 0 2C 24 22 15D 1E 33
Octal 250 136 153 0 54 44 42 535 36 63
Binary 10101000 1011110 1101011 0 101100 100100 100010 101011101 11110 110011

Color Harmonies of #A85E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85E6B

Black with #A85E6B

Text Example


Text Example

White with #A85E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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