Html Css Color HEX #A46364 Turkish Rose

📋 copy color: '#A46364'

red 164 ◦ green 99 ◦ blue 100

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

Shades of Turkish Rose #A46364

Tints of Turkish Rose #A46364

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.27%

 BLUE value IS 100 (39.45% from 255) = 27.55%

R = 45.18%
G = 27.27%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A46364 (or 0xA46364) is known color: Turkish Rose. HEX triplet: A4, 63 and 64. RGB value is (164,99,100). Sum of RGB (Red+Green+Blue) = 164+99+100=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A46364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46364 is #5B9C9B. Grayscale: #767676. Windows color (decimal): -6003868 or 6579108. OLE color: 6579108.

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

Color convert

RGB 164 99 100 -
CMYK 0 0.40 0.39 0.36
HSL 359.08º 0.26% 0.52% -
HSV(B) 359.08º 0.4% 0.64% -
XYZ 22.07 17.74 14.32 -
YUV 118.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 164 99 100 0 0.40 0.39 0.36 359.08 0.26 0.52
Hex A4 63 64 0 28 27 24 167 1A 34
Octal 244 143 144 0 50 47 44 547 32 64
Binary 10100100 1100011 1100100 0 101000 100111 100100 101100111 11010 110100

Color Harmonies of #A46364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46364

Black with #A46364

Text Example


Text Example

White with #A46364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46364; }

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

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

background-color css

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

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

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

border-color css

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

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

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