Html Css Color HEX #A87079 Turkish Rose

📋 copy color: '#A87079'

red 168 ◦ green 112 ◦ blue 121

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

Shades of Turkish Rose #A87079

Tints of Turkish Rose #A87079

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.93%

 BLUE value IS 121 (47.66% from 255) = 30.17%

R = 41.9%
G = 27.93%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A87079 (or 0xA87079) is known color: Turkish Rose. HEX triplet: A8, 70 and 79. RGB value is (168,112,121). Sum of RGB (Red+Green+Blue) = 168+112+121=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 168 - color contains mainly: red. Hex color #A87079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87079 is #578F86. Grayscale: #818181. Windows color (decimal): -5738375 or 7958696. OLE color: 7958696.

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

Color convert

RGB 168 112 121 -
CMYK 0 0.33 0.28 0.34
HSL 350.36º 0.24% 0.55% -
HSV(B) 350.36º 0.33% 0.66% -
XYZ 25.39 21.29 20.86 -
YUV 129.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 168 112 121 0 0.33 0.28 0.34 350.36 0.24 0.55
Hex A8 70 79 0 21 1C 22 15E 18 37
Octal 250 160 171 0 41 34 42 536 30 67
Binary 10101000 1110000 1111001 0 100001 11100 100010 101011110 11000 110111

Color Harmonies of #A87079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87079

Black with #A87079

Text Example


Text Example

White with #A87079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87079; }

 p { color: rgb(168,112,121); }

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

background-color css

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

 a { background-color: rgb(168,112,121); }

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

border-color css

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

 span { border-color: rgb(168,112,121); }

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