Html Css Color HEX #A97079 Turkish Rose

📋 copy color: '#A97079'

red 169 ◦ green 112 ◦ blue 121

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

Shades of Turkish Rose #A97079

Tints of Turkish Rose #A97079

RGB

 RED value IS 169 (66.41% from 255) = 42.04%

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

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

R = 42.04%
G = 27.86%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A97079 (or 0xA97079) is known color: Turkish Rose. HEX triplet: A9, 70 and 79. RGB value is (169,112,121). Sum of RGB (Red+Green+Blue) = 169+112+121=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A97079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97079 is #568F86. Grayscale: #828282. Windows color (decimal): -5672839 or 7958697. OLE color: 7958697.

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

Color convert

RGB 169 112 121 -
CMYK 0 0.34 0.28 0.34
HSL 350.53º 0.25% 0.55% -
HSV(B) 350.53º 0.34% 0.66% -
XYZ 25.61 21.4 20.87 -
YUV 130.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 169 112 121 0 0.34 0.28 0.34 350.53 0.25 0.55
Hex A9 70 79 0 22 1C 22 15F 19 37
Octal 251 160 171 0 42 34 42 537 31 67
Binary 10101001 1110000 1111001 0 100010 11100 100010 101011111 11001 110111

Color Harmonies of #A97079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97079

Black with #A97079

Text Example


Text Example

White with #A97079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97079; }

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

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

background-color css

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

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

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

border-color css

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

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

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