Html Css Color HEX #A87D7F Turkish Rose

📋 copy color: '#A87D7F'

red 168 ◦ green 125 ◦ blue 127

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

Shades of Turkish Rose #A87D7F

Tints of Turkish Rose #A87D7F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.76%

 BLUE value IS 127 (50% from 255) = 30.24%

R = 40%
G = 29.76%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A87D7F (or 0xA87D7F) is known color: Turkish Rose. HEX triplet: A8, 7D and 7F. RGB value is (168,125,127). Sum of RGB (Red+Green+Blue) = 168+125+127=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87D7F is #578280. Grayscale: #8A8A8A. Windows color (decimal): -5735041 or 8355240. OLE color: 8355240.

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

Color convert

RGB 168 125 127 -
CMYK 0 0.26 0.24 0.34
HSL 357.21º 0.2% 0.57% -
HSV(B) 357.21º 0.26% 0.66% -
XYZ 27.31 24.52 23.37 -
YUV 138.09 121.75 149.34 -
System Red Green Blue C M Y K H S L
Decimal 168 125 127 0 0.26 0.24 0.34 357.21 0.2 0.57
Hex A8 7D 7F 0 1A 18 22 165 14 39
Octal 250 175 177 0 32 30 42 545 24 71
Binary 10101000 1111101 1111111 0 11010 11000 100010 101100101 10100 111001

Color Harmonies of #A87D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87D7F

Black with #A87D7F

Text Example


Text Example

White with #A87D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87D7F; }

 p { color: rgb(168,125,127); }

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

background-color css

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

 a { background-color: rgb(168,125,127); }

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

border-color css

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

 span { border-color: rgb(168,125,127); }

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