Html Css Color HEX #A85E6D Turkish Rose

📋 copy color: '#A85E6D'

red 168 ◦ green 94 ◦ blue 109

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

Shades of Turkish Rose #A85E6D

Tints of Turkish Rose #A85E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.38%

R = 45.28%
G = 25.34%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A85E6D (or 0xA85E6D) is known color: Turkish Rose. HEX triplet: A8, 5E and 6D. RGB value is (168,94,109). Sum of RGB (Red+Green+Blue) = 168+94+109=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85E6D is #57A192. Grayscale: #757575. Windows color (decimal): -5742995 or 7167656. OLE color: 7167656.

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

Color convert

RGB 168 94 109 -
CMYK 0 0.44 0.35 0.34
HSL 347.84º 0.3% 0.51% -
HSV(B) 347.84º 0.44% 0.66% -
XYZ 22.91 17.43 16.63 -
YUV 117.84 123.02 163.78 -
System Red Green Blue C M Y K H S L
Decimal 168 94 109 0 0.44 0.35 0.34 347.84 0.3 0.51
Hex A8 5E 6D 0 2C 23 22 15C 1E 33
Octal 250 136 155 0 54 43 42 534 36 63
Binary 10101000 1011110 1101101 0 101100 100011 100010 101011100 11110 110011

Color Harmonies of #A85E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85E6D

Black with #A85E6D

Text Example


Text Example

White with #A85E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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