Html Css Color HEX #A4616E Turkish Rose

📋 copy color: '#A4616E'

red 164 ◦ green 97 ◦ blue 110

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

Shades of Turkish Rose #A4616E

Tints of Turkish Rose #A4616E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.65%

R = 44.2%
G = 26.15%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A4616E (or 0xA4616E) is known color: Turkish Rose. HEX triplet: A4, 61 and 6E. RGB value is (164,97,110). Sum of RGB (Red+Green+Blue) = 164+97+110=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A4616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4616E is #5B9E91. Grayscale: #767676. Windows color (decimal): -6004370 or 7233956. OLE color: 7233956.

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

Color convert

RGB 164 97 110 -
CMYK 0 0.41 0.33 0.36
HSL 348.36º 0.27% 0.51% -
HSV(B) 348.36º 0.41% 0.64% -
XYZ 22.4 17.57 16.96 -
YUV 118.52 123.2 160.44 -
System Red Green Blue C M Y K H S L
Decimal 164 97 110 0 0.41 0.33 0.36 348.36 0.27 0.51
Hex A4 61 6E 0 29 21 24 15C 1B 33
Octal 244 141 156 0 51 41 44 534 33 63
Binary 10100100 1100001 1101110 0 101001 100001 100100 101011100 11011 110011

Color Harmonies of #A4616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4616E

Black with #A4616E

Text Example


Text Example

White with #A4616E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4616E; }

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

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

background-color css

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

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

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

border-color css

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

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

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