Html Css Color HEX #A86177 Turkish Rose

📋 copy color: '#A86177'

red 168 ◦ green 97 ◦ blue 119

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

Shades of Turkish Rose #A86177

Tints of Turkish Rose #A86177

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.26%

 BLUE value IS 119 (46.88% from 255) = 30.99%

R = 43.75%
G = 25.26%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A86177 (or 0xA86177) is known color: Turkish Rose. HEX triplet: A8, 61 and 77. RGB value is (168,97,119). Sum of RGB (Red+Green+Blue) = 168+97+119=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A86177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86177 is #579E88. Grayscale: #787878. Windows color (decimal): -5742217 or 7823784. OLE color: 7823784.

HSL color Cylindrical-coordinate representation of color #A86177: hue angle of 341.41º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A86177 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 97 119 -
CMYK 0 0.42 0.29 0.34
HSL 341.41º 0.29% 0.52% -
HSV(B) 341.41º 0.42% 0.66% -
XYZ 23.75 18.21 19.71 -
YUV 120.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 168 97 119 0 0.42 0.29 0.34 341.41 0.29 0.52
Hex A8 61 77 0 2A 1D 22 155 1D 34
Octal 250 141 167 0 52 35 42 525 35 64
Binary 10101000 1100001 1110111 0 101010 11101 100010 101010101 11101 110100

Color Harmonies of #A86177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86177

Black with #A86177

Text Example


Text Example

White with #A86177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86177; }

 p { color: rgb(168,97,119); }

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

background-color css

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

 a { background-color: rgb(168,97,119); }

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

border-color css

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

 span { border-color: rgb(168,97,119); }

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