Html Css Color HEX #A87379 Turkish Rose

📋 copy color: '#A87379'

red 168 ◦ green 115 ◦ blue 121

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

Shades of Turkish Rose #A87379

Tints of Turkish Rose #A87379

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.47%

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

R = 41.58%
G = 28.47%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A87379 (or 0xA87379) is known color: Turkish Rose. HEX triplet: A8, 73 and 79. RGB value is (168,115,121). Sum of RGB (Red+Green+Blue) = 168+115+121=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A87379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87379 is #578C86. Grayscale: #838383. Windows color (decimal): -5737607 or 7959464. OLE color: 7959464.

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

Color convert

RGB 168 115 121 -
CMYK 0 0.32 0.28 0.34
HSL 353.21º 0.23% 0.55% -
HSV(B) 353.21º 0.32% 0.66% -
XYZ 25.73 21.97 20.97 -
YUV 131.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 168 115 121 0 0.32 0.28 0.34 353.21 0.23 0.55
Hex A8 73 79 0 20 1C 22 161 17 37
Octal 250 163 171 0 40 34 42 541 27 67
Binary 10101000 1110011 1111001 0 100000 11100 100010 101100001 10111 110111

Color Harmonies of #A87379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87379

Black with #A87379

Text Example


Text Example

White with #A87379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87379; }

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

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

background-color css

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

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

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

border-color css

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

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

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