Html Css Color HEX #A95F73 Turkish Rose

📋 copy color: '#A95F73'

red 169 ◦ green 95 ◦ blue 115

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

Shades of Turkish Rose #A95F73

Tints of Turkish Rose #A95F73

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.07%

 BLUE value IS 115 (45.31% from 255) = 30.34%

R = 44.59%
G = 25.07%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A95F73 (or 0xA95F73) is known color: Turkish Rose. HEX triplet: A9, 5F and 73. RGB value is (169,95,115). Sum of RGB (Red+Green+Blue) = 169+95+115=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A95F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95F73 is #56A08C. Grayscale: #777777. Windows color (decimal): -5677197 or 7561129. OLE color: 7561129.

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

Color convert

RGB 169 95 115 -
CMYK 0 0.44 0.32 0.34
HSL 343.78º 0.3% 0.52% -
HSV(B) 343.78º 0.44% 0.66% -
XYZ 23.55 17.86 18.43 -
YUV 119.41 125.52 163.37 -
System Red Green Blue C M Y K H S L
Decimal 169 95 115 0 0.44 0.32 0.34 343.78 0.3 0.52
Hex A9 5F 73 0 2C 20 22 158 1E 34
Octal 251 137 163 0 54 40 42 530 36 64
Binary 10101001 1011111 1110011 0 101100 100000 100010 101011000 11110 110100

Color Harmonies of #A95F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95F73

Black with #A95F73

Text Example


Text Example

White with #A95F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95F73; }

 p { color: rgb(169,95,115); }

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

background-color css

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

 a { background-color: rgb(169,95,115); }

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

border-color css

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

 span { border-color: rgb(169,95,115); }

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