Html Css Color HEX #A9797D Turkish Rose

📋 copy color: '#A9797D'

red 169 ◦ green 121 ◦ blue 125

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

Shades of Turkish Rose #A9797D

Tints of Turkish Rose #A9797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.16%

 BLUE value IS 125 (49.22% from 255) = 30.12%

R = 40.72%
G = 29.16%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A9797D (or 0xA9797D) is known color: Turkish Rose. HEX triplet: A9, 79 and 7D. RGB value is (169,121,125). Sum of RGB (Red+Green+Blue) = 169+121+125=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A9797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9797D is #568682. Grayscale: #878787. Windows color (decimal): -5670531 or 8223145. OLE color: 8223145.

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

Color convert

RGB 169 121 125 -
CMYK 0 0.28 0.26 0.34
HSL 355º 0.22% 0.57% -
HSV(B) 355º 0.28% 0.66% -
XYZ 26.9 23.59 22.54 -
YUV 135.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 169 121 125 0 0.28 0.26 0.34 355 0.22 0.57
Hex A9 79 7D 0 1C 1A 22 163 16 39
Octal 251 171 175 0 34 32 42 543 26 71
Binary 10101001 1111001 1111101 0 11100 11010 100010 101100011 10110 111001

Color Harmonies of #A9797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9797D

Black with #A9797D

Text Example


Text Example

White with #A9797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9797D; }

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

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

background-color css

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

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

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

border-color css

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

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

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