Html Css Color HEX #A5616D Turkish Rose

📋 copy color: '#A5616D'

red 165 ◦ green 97 ◦ blue 109

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

Shades of Turkish Rose #A5616D

Tints of Turkish Rose #A5616D

RGB

 RED value IS 165 (64.84% from 255) = 44.47%

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

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

R = 44.47%
G = 26.15%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A5616D (or 0xA5616D) is known color: Turkish Rose. HEX triplet: A5, 61 and 6D. RGB value is (165,97,109). Sum of RGB (Red+Green+Blue) = 165+97+109=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A5616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5616D is #5A9E92. Grayscale: #767676. Windows color (decimal): -5938835 or 7168421. OLE color: 7168421.

HSL color Cylindrical-coordinate representation of color #A5616D: hue angle of 349.41º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5616D is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 97 109 -
CMYK 0 0.41 0.34 0.35
HSL 349.41º 0.27% 0.51% -
HSV(B) 349.41º 0.41% 0.65% -
XYZ 22.55 17.65 16.69 -
YUV 118.7 122.53 161.02 -
System Red Green Blue C M Y K H S L
Decimal 165 97 109 0 0.41 0.34 0.35 349.41 0.27 0.51
Hex A5 61 6D 0 29 22 23 15D 1B 33
Octal 245 141 155 0 51 42 43 535 33 63
Binary 10100101 1100001 1101101 0 101001 100010 100011 101011101 11011 110011

Color Harmonies of #A5616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5616D

Black with #A5616D

Text Example


Text Example

White with #A5616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5616D; }

 p { color: rgb(165,97,109); }

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

background-color css

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

 a { background-color: rgb(165,97,109); }

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

border-color css

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

 span { border-color: rgb(165,97,109); }

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