Html Css Color HEX #A9757D Turkish Rose

📋 copy color: '#A9757D'

red 169 ◦ green 117 ◦ blue 125

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

Shades of Turkish Rose #A9757D

Tints of Turkish Rose #A9757D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.47%

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

R = 41.12%
G = 28.47%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A9757D (or 0xA9757D) is known color: Turkish Rose. HEX triplet: A9, 75 and 7D. RGB value is (169,117,125). Sum of RGB (Red+Green+Blue) = 169+117+125=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 169 - color contains mainly: red. Hex color #A9757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9757D is #568A82. Grayscale: #858585. Windows color (decimal): -5671555 or 8222121. OLE color: 8222121.

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

Color convert

RGB 169 117 125 -
CMYK 0 0.31 0.26 0.34
HSL 350.77º 0.23% 0.56% -
HSV(B) 350.77º 0.31% 0.66% -
XYZ 26.43 22.64 22.38 -
YUV 133.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 169 117 125 0 0.31 0.26 0.34 350.77 0.23 0.56
Hex A9 75 7D 0 1F 1A 22 15F 17 38
Octal 251 165 175 0 37 32 42 537 27 70
Binary 10101001 1110101 1111101 0 11111 11010 100010 101011111 10111 111000

Color Harmonies of #A9757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9757D

Black with #A9757D

Text Example


Text Example

White with #A9757D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9757D; }

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

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

background-color css

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

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

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

border-color css

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

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

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