Html Css Color HEX #A4646C Turkish Rose

📋 copy color: '#A4646C'

red 164 ◦ green 100 ◦ blue 108

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

Shades of Turkish Rose #A4646C

Tints of Turkish Rose #A4646C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.03%

R = 44.09%
G = 26.88%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4646C (or 0xA4646C) is known color: Turkish Rose. HEX triplet: A4, 64 and 6C. RGB value is (164,100,108). Sum of RGB (Red+Green+Blue) = 164+100+108=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A4646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4646C is #5B9B93. Grayscale: #787878. Windows color (decimal): -6003604 or 7103652. OLE color: 7103652.

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

Color convert

RGB 164 100 108 -
CMYK 0 0.39 0.34 0.36
HSL 352.5º 0.26% 0.52% -
HSV(B) 352.5º 0.39% 0.64% -
XYZ 22.57 18.09 16.49 -
YUV 120.05 121.2 159.35 -
System Red Green Blue C M Y K H S L
Decimal 164 100 108 0 0.39 0.34 0.36 352.5 0.26 0.52
Hex A4 64 6C 0 27 22 24 160 1A 34
Octal 244 144 154 0 47 42 44 540 32 64
Binary 10100100 1100100 1101100 0 100111 100010 100100 101100000 11010 110100

Color Harmonies of #A4646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4646C

Black with #A4646C

Text Example


Text Example

White with #A4646C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4646C; }

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

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

background-color css

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

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

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

border-color css

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

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

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