Html Css Color HEX #A9616C Turkish Rose

📋 copy color: '#A9616C'

red 169 ◦ green 97 ◦ blue 108

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

Shades of Turkish Rose #A9616C

Tints of Turkish Rose #A9616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.94%

 BLUE value IS 108 (42.58% from 255) = 28.88%

R = 45.19%
G = 25.94%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A9616C (or 0xA9616C) is known color: Turkish Rose. HEX triplet: A9, 61 and 6C. RGB value is (169,97,108). Sum of RGB (Red+Green+Blue) = 169+97+108=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A9616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9616C is #569E93. Grayscale: #777777. Windows color (decimal): -5676692 or 7102889. OLE color: 7102889.

HSL color Cylindrical-coordinate representation of color #A9616C: hue angle of 350.83º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A9616C is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 97 108 -
CMYK 0 0.43 0.36 0.34
HSL 350.83º 0.3% 0.52% -
HSV(B) 350.83º 0.43% 0.66% -
XYZ 23.34 18.07 16.44 -
YUV 119.78 121.35 163.11 -
System Red Green Blue C M Y K H S L
Decimal 169 97 108 0 0.43 0.36 0.34 350.83 0.3 0.52
Hex A9 61 6C 0 2B 24 22 15F 1E 34
Octal 251 141 154 0 53 44 42 537 36 64
Binary 10101001 1100001 1101100 0 101011 100100 100010 101011111 11110 110100

Color Harmonies of #A9616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9616C

Black with #A9616C

Text Example


Text Example

White with #A9616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9616C; }

 p { color: rgb(169,97,108); }

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

background-color css

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

 a { background-color: rgb(169,97,108); }

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

border-color css

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

 span { border-color: rgb(169,97,108); }

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