Html Css Color HEX #A97376 Turkish Rose

📋 copy color: '#A97376'

red 169 ◦ green 115 ◦ blue 118

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

Shades of Turkish Rose #A97376

Tints of Turkish Rose #A97376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.35%

R = 42.04%
G = 28.61%
B = 29.35%

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

#A97376 (or 0xA97376) is known color: Turkish Rose. HEX triplet: A9, 73 and 76. RGB value is (169,115,118). Sum of RGB (Red+Green+Blue) = 169+115+118=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A97376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97376 is #568C89. Grayscale: #838383. Windows color (decimal): -5672074 or 7762857. OLE color: 7762857.

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

Color convert

RGB 169 115 118 -
CMYK 0 0.32 0.30 0.34
HSL 356.67º 0.24% 0.56% -
HSV(B) 356.67º 0.32% 0.66% -
XYZ 25.76 22 20.03 -
YUV 131.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 169 115 118 0 0.32 0.30 0.34 356.67 0.24 0.56
Hex A9 73 76 0 20 1E 22 165 18 38
Octal 251 163 166 0 40 36 42 545 30 70
Binary 10101001 1110011 1110110 0 100000 11110 100010 101100101 11000 111000

Color Harmonies of #A97376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97376

Black with #A97376

Text Example


Text Example

White with #A97376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97376; }

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

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

background-color css

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

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

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

border-color css

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

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

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