Html Css Color HEX #A4606F Turkish Rose

📋 copy color: '#A4606F'

red 164 ◦ green 96 ◦ blue 111

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

Shades of Turkish Rose #A4606F

Tints of Turkish Rose #A4606F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.88%

 BLUE value IS 111 (43.75% from 255) = 29.92%

R = 44.2%
G = 25.88%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A4606F (or 0xA4606F) is known color: Turkish Rose. HEX triplet: A4, 60 and 6F. RGB value is (164,96,111). Sum of RGB (Red+Green+Blue) = 164+96+111=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A4606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4606F is #5B9F90. Grayscale: #767676. Windows color (decimal): -6004625 or 7299236. OLE color: 7299236.

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

Color convert

RGB 164 96 111 -
CMYK 0 0.41 0.32 0.36
HSL 346.76º 0.27% 0.51% -
HSV(B) 346.76º 0.41% 0.64% -
XYZ 22.36 17.41 17.22 -
YUV 118.04 124.03 160.78 -
System Red Green Blue C M Y K H S L
Decimal 164 96 111 0 0.41 0.32 0.36 346.76 0.27 0.51
Hex A4 60 6F 0 29 20 24 15B 1B 33
Octal 244 140 157 0 51 40 44 533 33 63
Binary 10100100 1100000 1101111 0 101001 100000 100100 101011011 11011 110011

Color Harmonies of #A4606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4606F

Black with #A4606F

Text Example


Text Example

White with #A4606F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4606F; }

 p { color: rgb(164,96,111); }

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

background-color css

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

 a { background-color: rgb(164,96,111); }

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

border-color css

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

 span { border-color: rgb(164,96,111); }

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