Html Css Color HEX #A4606E Turkish Rose

📋 copy color: '#A4606E'

red 164 ◦ green 96 ◦ blue 110

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

Shades of Turkish Rose #A4606E

Tints of Turkish Rose #A4606E

RGB

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

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

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

R = 44.32%
G = 25.95%
B = 29.73%

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

#A4606E (or 0xA4606E) is known color: Turkish Rose. HEX triplet: A4, 60 and 6E. RGB value is (164,96,110). Sum of RGB (Red+Green+Blue) = 164+96+110=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A4606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4606E is #5B9F91. Grayscale: #757575. Windows color (decimal): -6004626 or 7233700. OLE color: 7233700.

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

Color convert

RGB 164 96 110 -
CMYK 0 0.41 0.33 0.36
HSL 347.65º 0.27% 0.51% -
HSV(B) 347.65º 0.41% 0.64% -
XYZ 22.31 17.38 16.93 -
YUV 117.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 164 96 110 0 0.41 0.33 0.36 347.65 0.27 0.51
Hex A4 60 6E 0 29 21 24 15C 1B 33
Octal 244 140 156 0 51 41 44 534 33 63
Binary 10100100 1100000 1101110 0 101001 100001 100100 101011100 11011 110011

Color Harmonies of #A4606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4606E

Black with #A4606E

Text Example


Text Example

White with #A4606E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4606E; }

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

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

background-color css

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

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

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

border-color css

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

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

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