Html Css Color HEX #A46376 Turkish Rose

📋 copy color: '#A46376'

red 164 ◦ green 99 ◦ blue 118

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

Shades of Turkish Rose #A46376

Tints of Turkish Rose #A46376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.97%

R = 43.04%
G = 25.98%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A46376 (or 0xA46376) is known color: Turkish Rose. HEX triplet: A4, 63 and 76. RGB value is (164,99,118). Sum of RGB (Red+Green+Blue) = 164+99+118=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A46376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46376 is #5B9C89. Grayscale: #787878. Windows color (decimal): -6003850 or 7758756. OLE color: 7758756.

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

Color convert

RGB 164 99 118 -
CMYK 0 0.40 0.28 0.36
HSL 342.46º 0.26% 0.52% -
HSV(B) 342.46º 0.4% 0.64% -
XYZ 23.04 18.12 19.42 -
YUV 120.6 126.53 158.96 -
System Red Green Blue C M Y K H S L
Decimal 164 99 118 0 0.40 0.28 0.36 342.46 0.26 0.52
Hex A4 63 76 0 28 1C 24 156 1A 34
Octal 244 143 166 0 50 34 44 526 32 64
Binary 10100100 1100011 1110110 0 101000 11100 100100 101010110 11010 110100

Color Harmonies of #A46376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46376

Black with #A46376

Text Example


Text Example

White with #A46376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46376; }

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

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

background-color css

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

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

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

border-color css

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

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

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