Html Css Color HEX #A9727D Turkish Rose

📋 copy color: '#A9727D'

red 169 ◦ green 114 ◦ blue 125

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

Shades of Turkish Rose #A9727D

Tints of Turkish Rose #A9727D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.94%

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

R = 41.42%
G = 27.94%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A9727D (or 0xA9727D) is known color: Turkish Rose. HEX triplet: A9, 72 and 7D. RGB value is (169,114,125). Sum of RGB (Red+Green+Blue) = 169+114+125=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 169 - color contains mainly: red. Hex color #A9727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9727D is #568D82. Grayscale: #838383. Windows color (decimal): -5672323 or 8221353. OLE color: 8221353.

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

Color convert

RGB 169 114 125 -
CMYK 0 0.33 0.26 0.34
HSL 348º 0.24% 0.55% -
HSV(B) 348º 0.33% 0.66% -
XYZ 26.08 21.95 22.26 -
YUV 131.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 169 114 125 0 0.33 0.26 0.34 348 0.24 0.55
Hex A9 72 7D 0 21 1A 22 15C 18 37
Octal 251 162 175 0 41 32 42 534 30 67
Binary 10101001 1110010 1111101 0 100001 11010 100010 101011100 11000 110111

Color Harmonies of #A9727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9727D

Black with #A9727D

Text Example


Text Example

White with #A9727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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