Html Css Color HEX #A5616B Turkish Rose

📋 copy color: '#A5616B'

red 165 ◦ green 97 ◦ blue 107

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

Shades of Turkish Rose #A5616B

Tints of Turkish Rose #A5616B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29%

R = 44.72%
G = 26.29%
B = 29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A5616B (or 0xA5616B) is known color: Turkish Rose. HEX triplet: A5, 61 and 6B. RGB value is (165,97,107). Sum of RGB (Red+Green+Blue) = 165+97+107=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A5616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5616B is #5A9E94. Grayscale: #767676. Windows color (decimal): -5938837 or 7037349. OLE color: 7037349.

HSL color Cylindrical-coordinate representation of color #A5616B: hue angle of 351.18º 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 #A5616B is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 97 107 -
CMYK 0 0.41 0.35 0.35
HSL 351.18º 0.27% 0.51% -
HSV(B) 351.18º 0.41% 0.65% -
XYZ 22.45 17.61 16.13 -
YUV 118.47 121.53 161.19 -
System Red Green Blue C M Y K H S L
Decimal 165 97 107 0 0.41 0.35 0.35 351.18 0.27 0.51
Hex A5 61 6B 0 29 23 23 15F 1B 33
Octal 245 141 153 0 51 43 43 537 33 63
Binary 10100101 1100001 1101011 0 101001 100011 100011 101011111 11011 110011

Color Harmonies of #A5616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5616B

Black with #A5616B

Text Example


Text Example

White with #A5616B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5616B; }

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

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

background-color css

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

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

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

border-color css

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

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

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