Html Css Color HEX #A9777D Turkish Rose

📋 copy color: '#A9777D'

red 169 ◦ green 119 ◦ blue 125

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

Shades of Turkish Rose #A9777D

Tints of Turkish Rose #A9777D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.81%

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

R = 40.92%
G = 28.81%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A9777D (or 0xA9777D) is known color: Turkish Rose. HEX triplet: A9, 77 and 7D. RGB value is (169,119,125). Sum of RGB (Red+Green+Blue) = 169+119+125=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A9777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9777D is #568882. Grayscale: #868686. Windows color (decimal): -5671043 or 8222633. OLE color: 8222633.

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

Color convert

RGB 169 119 125 -
CMYK 0 0.30 0.26 0.34
HSL 352.8º 0.23% 0.56% -
HSV(B) 352.8º 0.3% 0.66% -
XYZ 26.66 23.11 22.46 -
YUV 134.63 122.57 152.51 -
System Red Green Blue C M Y K H S L
Decimal 169 119 125 0 0.30 0.26 0.34 352.8 0.23 0.56
Hex A9 77 7D 0 1E 1A 22 161 17 38
Octal 251 167 175 0 36 32 42 541 27 70
Binary 10101001 1110111 1111101 0 11110 11010 100010 101100001 10111 111000

Color Harmonies of #A9777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9777D

Black with #A9777D

Text Example


Text Example

White with #A9777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9777D; }

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

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

background-color css

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

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

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

border-color css

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

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

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