Html Css Color HEX #A97C7F Turkish Rose

📋 copy color: '#A97C7F'

red 169 ◦ green 124 ◦ blue 127

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

Shades of Turkish Rose #A97C7F

Tints of Turkish Rose #A97C7F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.52%

 BLUE value IS 127 (50% from 255) = 30.24%

R = 40.24%
G = 29.52%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A97C7F (or 0xA97C7F) is known color: Turkish Rose. HEX triplet: A9, 7C and 7F. RGB value is (169,124,127). Sum of RGB (Red+Green+Blue) = 169+124+127=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97C7F is #568380. Grayscale: #898989. Windows color (decimal): -5669761 or 8354985. OLE color: 8354985.

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

Color convert

RGB 169 124 127 -
CMYK 0 0.27 0.25 0.34
HSL 356º 0.21% 0.57% -
HSV(B) 356º 0.27% 0.66% -
XYZ 27.4 24.38 23.34 -
YUV 137.8 121.91 150.26 -
System Red Green Blue C M Y K H S L
Decimal 169 124 127 0 0.27 0.25 0.34 356 0.21 0.57
Hex A9 7C 7F 0 1B 19 22 164 15 39
Octal 251 174 177 0 33 31 42 544 25 71
Binary 10101001 1111100 1111111 0 11011 11001 100010 101100100 10101 111001

Color Harmonies of #A97C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97C7F

Black with #A97C7F

Text Example


Text Example

White with #A97C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97C7F; }

 p { color: rgb(169,124,127); }

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

background-color css

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

 a { background-color: rgb(169,124,127); }

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

border-color css

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

 span { border-color: rgb(169,124,127); }

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