Html Css Color HEX #A9707D Turkish Rose

📋 copy color: '#A9707D'

red 169 ◦ green 112 ◦ blue 125

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

Shades of Turkish Rose #A9707D

Tints of Turkish Rose #A9707D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.59%

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

R = 41.63%
G = 27.59%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A9707D (or 0xA9707D) is known color: Turkish Rose. HEX triplet: A9, 70 and 7D. RGB value is (169,112,125). Sum of RGB (Red+Green+Blue) = 169+112+125=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A9707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9707D is #568F82. Grayscale: #828282. Windows color (decimal): -5672835 or 8220841. OLE color: 8220841.

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

Color convert

RGB 169 112 125 -
CMYK 0 0.34 0.26 0.34
HSL 346.32º 0.25% 0.55% -
HSV(B) 346.32º 0.34% 0.66% -
XYZ 25.86 21.5 22.19 -
YUV 130.53 124.88 155.44 -
System Red Green Blue C M Y K H S L
Decimal 169 112 125 0 0.34 0.26 0.34 346.32 0.25 0.55
Hex A9 70 7D 0 22 1A 22 15A 19 37
Octal 251 160 175 0 42 32 42 532 31 67
Binary 10101001 1110000 1111101 0 100010 11010 100010 101011010 11001 110111

Color Harmonies of #A9707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9707D

Black with #A9707D

Text Example


Text Example

White with #A9707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9707D; }

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

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

background-color css

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

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

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

border-color css

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

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

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