Html Css Color HEX #A4647A Turkish Rose

📋 copy color: '#A4647A'

red 164 ◦ green 100 ◦ blue 122

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

Shades of Turkish Rose #A4647A

Tints of Turkish Rose #A4647A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.91%

 BLUE value IS 122 (48.05% from 255) = 31.61%

R = 42.49%
G = 25.91%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A4647A (or 0xA4647A) is known color: Turkish Rose. HEX triplet: A4, 64 and 7A. RGB value is (164,100,122). Sum of RGB (Red+Green+Blue) = 164+100+122=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A4647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4647A is #5B9B85. Grayscale: #797979. Windows color (decimal): -6003590 or 8021156. OLE color: 8021156.

HSL color Cylindrical-coordinate representation of color #A4647A: hue angle of 339.38º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4647A is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 100 122 -
CMYK 0 0.39 0.26 0.36
HSL 339.38º 0.26% 0.52% -
HSV(B) 339.38º 0.39% 0.64% -
XYZ 23.38 18.41 20.73 -
YUV 121.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 164 100 122 0 0.39 0.26 0.36 339.38 0.26 0.52
Hex A4 64 7A 0 27 1A 24 153 1A 34
Octal 244 144 172 0 47 32 44 523 32 64
Binary 10100100 1100100 1111010 0 100111 11010 100100 101010011 11010 110100

Color Harmonies of #A4647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4647A

Black with #A4647A

Text Example


Text Example

White with #A4647A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4647A; }

 p { color: rgb(164,100,122); }

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

background-color css

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

 a { background-color: rgb(164,100,122); }

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

border-color css

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

 span { border-color: rgb(164,100,122); }

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