Html Css Color HEX #A8717B Turkish Rose

📋 copy color: '#A8717B'

red 168 ◦ green 113 ◦ blue 123

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

Shades of Turkish Rose #A8717B

Tints of Turkish Rose #A8717B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.97%

 BLUE value IS 123 (48.44% from 255) = 30.45%

R = 41.58%
G = 27.97%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8717B (or 0xA8717B) is known color: Turkish Rose. HEX triplet: A8, 71 and 7B. RGB value is (168,113,123). Sum of RGB (Red+Green+Blue) = 168+113+123=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A8717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8717B is #578E84. Grayscale: #828282. Windows color (decimal): -5738117 or 8090024. OLE color: 8090024.

HSL color Cylindrical-coordinate representation of color #A8717B: hue angle of 349.09º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8717B is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 113 123 -
CMYK 0 0.33 0.27 0.34
HSL 349.09º 0.24% 0.55% -
HSV(B) 349.09º 0.33% 0.66% -
XYZ 25.63 21.57 21.55 -
YUV 130.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 168 113 123 0 0.33 0.27 0.34 349.09 0.24 0.55
Hex A8 71 7B 0 21 1B 22 15D 18 37
Octal 250 161 173 0 41 33 42 535 30 67
Binary 10101000 1110001 1111011 0 100001 11011 100010 101011101 11000 110111

Color Harmonies of #A8717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8717B

Black with #A8717B

Text Example


Text Example

White with #A8717B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8717B; }

 p { color: rgb(168,113,123); }

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

background-color css

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

 a { background-color: rgb(168,113,123); }

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

border-color css

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

 span { border-color: rgb(168,113,123); }

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