Html Css Color HEX #A4616D Turkish Rose

📋 copy color: '#A4616D'

red 164 ◦ green 97 ◦ blue 109

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

Shades of Turkish Rose #A4616D

Tints of Turkish Rose #A4616D

RGB

 RED value IS 164 (64.45% from 255) = 44.32%

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

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

R = 44.32%
G = 26.22%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4616D (or 0xA4616D) is known color: Turkish Rose. HEX triplet: A4, 61 and 6D. RGB value is (164,97,109). Sum of RGB (Red+Green+Blue) = 164+97+109=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A4616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4616D is #5B9E92. Grayscale: #767676. Windows color (decimal): -6004371 or 7168420. OLE color: 7168420.

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

Color convert

RGB 164 97 109 -
CMYK 0 0.41 0.34 0.36
HSL 349.25º 0.27% 0.51% -
HSV(B) 349.25º 0.41% 0.64% -
XYZ 22.34 17.55 16.68 -
YUV 118.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 164 97 109 0 0.41 0.34 0.36 349.25 0.27 0.51
Hex A4 61 6D 0 29 22 24 15D 1B 33
Octal 244 141 155 0 51 42 44 535 33 63
Binary 10100100 1100001 1101101 0 101001 100010 100100 101011101 11011 110011

Color Harmonies of #A4616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4616D

Black with #A4616D

Text Example


Text Example

White with #A4616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4616D; }

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

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

background-color css

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

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

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

border-color css

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

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

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