Html Css Color HEX #A4606A Turkish Rose

📋 copy color: '#A4606A'

red 164 ◦ green 96 ◦ blue 106

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

Shades of Turkish Rose #A4606A

Tints of Turkish Rose #A4606A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.96%

R = 44.81%
G = 26.23%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4606A (or 0xA4606A) is known color: Turkish Rose. HEX triplet: A4, 60 and 6A. RGB value is (164,96,106). Sum of RGB (Red+Green+Blue) = 164+96+106=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A4606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4606A is #5B9F95. Grayscale: #757575. Windows color (decimal): -6004630 or 6971556. OLE color: 6971556.

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

Color convert

RGB 164 96 106 -
CMYK 0 0.41 0.35 0.36
HSL 351.18º 0.27% 0.51% -
HSV(B) 351.18º 0.41% 0.64% -
XYZ 22.09 17.3 15.81 -
YUV 117.47 121.53 161.19 -
System Red Green Blue C M Y K H S L
Decimal 164 96 106 0 0.41 0.35 0.36 351.18 0.27 0.51
Hex A4 60 6A 0 29 23 24 15F 1B 33
Octal 244 140 152 0 51 43 44 537 33 63
Binary 10100100 1100000 1101010 0 101001 100011 100100 101011111 11011 110011

Color Harmonies of #A4606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4606A

Black with #A4606A

Text Example


Text Example

White with #A4606A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4606A; }

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

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

background-color css

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

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

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

border-color css

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

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

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