Html Css Color HEX #A97377 Turkish Rose

📋 copy color: '#A97377'

red 169 ◦ green 115 ◦ blue 119

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

Shades of Turkish Rose #A97377

Tints of Turkish Rose #A97377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.53%

R = 41.94%
G = 28.54%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A97377 (or 0xA97377) is known color: Turkish Rose. HEX triplet: A9, 73 and 77. RGB value is (169,115,119). Sum of RGB (Red+Green+Blue) = 169+115+119=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A97377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97377 is #568C88. Grayscale: #838383. Windows color (decimal): -5672073 or 7828393. OLE color: 7828393.

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

Color convert

RGB 169 115 119 -
CMYK 0 0.32 0.30 0.34
HSL 355.56º 0.24% 0.56% -
HSV(B) 355.56º 0.32% 0.66% -
XYZ 25.82 22.03 20.34 -
YUV 131.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 169 115 119 0 0.32 0.30 0.34 355.56 0.24 0.56
Hex A9 73 77 0 20 1E 22 164 18 38
Octal 251 163 167 0 40 36 42 544 30 70
Binary 10101001 1110011 1110111 0 100000 11110 100010 101100100 11000 111000

Color Harmonies of #A97377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97377

Black with #A97377

Text Example


Text Example

White with #A97377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97377; }

 p { color: rgb(169,115,119); }

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

background-color css

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

 a { background-color: rgb(169,115,119); }

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

border-color css

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

 span { border-color: rgb(169,115,119); }

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