Html Css Color HEX #A95E6D Turkish Rose

📋 copy color: '#A95E6D'

red 169 ◦ green 94 ◦ blue 109

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

Shades of Turkish Rose #A95E6D

Tints of Turkish Rose #A95E6D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.27%

 BLUE value IS 109 (42.97% from 255) = 29.3%

R = 45.43%
G = 25.27%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A95E6D (or 0xA95E6D) is known color: Turkish Rose. HEX triplet: A9, 5E and 6D. RGB value is (169,94,109). Sum of RGB (Red+Green+Blue) = 169+94+109=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 169 - color contains mainly: red. Hex color #A95E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95E6D is #56A192. Grayscale: #767676. Windows color (decimal): -5677459 or 7167657. OLE color: 7167657.

HSL color Cylindrical-coordinate representation of color #A95E6D: hue angle of 348º 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 #A95E6D is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 94 109 -
CMYK 0 0.44 0.36 0.34
HSL 348º 0.3% 0.52% -
HSV(B) 348º 0.44% 0.66% -
XYZ 23.13 17.54 16.64 -
YUV 118.14 122.85 164.28 -
System Red Green Blue C M Y K H S L
Decimal 169 94 109 0 0.44 0.36 0.34 348 0.3 0.52
Hex A9 5E 6D 0 2C 24 22 15C 1E 34
Octal 251 136 155 0 54 44 42 534 36 64
Binary 10101001 1011110 1101101 0 101100 100100 100010 101011100 11110 110100

Color Harmonies of #A95E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95E6D

Black with #A95E6D

Text Example


Text Example

White with #A95E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95E6D; }

 p { color: rgb(169,94,109); }

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

background-color css

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

 a { background-color: rgb(169,94,109); }

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

border-color css

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

 span { border-color: rgb(169,94,109); }

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