Html Css Color HEX #A87B7C Turkish Rose

📋 copy color: '#A87B7C'

red 168 ◦ green 123 ◦ blue 124

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

Shades of Turkish Rose #A87B7C

Tints of Turkish Rose #A87B7C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.64%

 BLUE value IS 124 (48.83% from 255) = 29.88%

R = 40.48%
G = 29.64%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A87B7C (or 0xA87B7C) is known color: Turkish Rose. HEX triplet: A8, 7B and 7C. RGB value is (168,123,124). Sum of RGB (Red+Green+Blue) = 168+123+124=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A87B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87B7C is #578483. Grayscale: #888888. Windows color (decimal): -5735556 or 8158120. OLE color: 8158120.

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

Color convert

RGB 168 123 124 -
CMYK 0 0.27 0.26 0.34
HSL 358.67º 0.21% 0.57% -
HSV(B) 358.67º 0.27% 0.66% -
XYZ 26.87 23.95 22.27 -
YUV 136.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 168 123 124 0 0.27 0.26 0.34 358.67 0.21 0.57
Hex A8 7B 7C 0 1B 1A 22 167 15 39
Octal 250 173 174 0 33 32 42 547 25 71
Binary 10101000 1111011 1111100 0 11011 11010 100010 101100111 10101 111001

Color Harmonies of #A87B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87B7C

Black with #A87B7C

Text Example


Text Example

White with #A87B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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