Html Css Color HEX #A46377 Turkish Rose

📋 copy color: '#A46377'

red 164 ◦ green 99 ◦ blue 119

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

Shades of Turkish Rose #A46377

Tints of Turkish Rose #A46377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.15%

R = 42.93%
G = 25.92%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A46377 (or 0xA46377) is known color: Turkish Rose. HEX triplet: A4, 63 and 77. RGB value is (164,99,119). Sum of RGB (Red+Green+Blue) = 164+99+119=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A46377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46377 is #5B9C88. Grayscale: #787878. Windows color (decimal): -6003849 or 7824292. OLE color: 7824292.

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

Color convert

RGB 164 99 119 -
CMYK 0 0.40 0.27 0.36
HSL 341.54º 0.26% 0.52% -
HSV(B) 341.54º 0.4% 0.64% -
XYZ 23.1 18.15 19.74 -
YUV 120.72 127.03 158.87 -
System Red Green Blue C M Y K H S L
Decimal 164 99 119 0 0.40 0.27 0.36 341.54 0.26 0.52
Hex A4 63 77 0 28 1B 24 156 1A 34
Octal 244 143 167 0 50 33 44 526 32 64
Binary 10100100 1100011 1110111 0 101000 11011 100100 101010110 11010 110100

Color Harmonies of #A46377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46377

Black with #A46377

Text Example


Text Example

White with #A46377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46377; }

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

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

background-color css

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

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

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

border-color css

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

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

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