Html Css Color HEX #A46378 Turkish Rose

📋 copy color: '#A46378'

red 164 ◦ green 99 ◦ blue 120

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

Shades of Turkish Rose #A46378

Tints of Turkish Rose #A46378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.33%

R = 42.82%
G = 25.85%
B = 31.33%

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

#A46378 (or 0xA46378) is known color: Turkish Rose. HEX triplet: A4, 63 and 78. RGB value is (164,99,120). Sum of RGB (Red+Green+Blue) = 164+99+120=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A46378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46378 is #5B9C87. Grayscale: #787878. Windows color (decimal): -6003848 or 7889828. OLE color: 7889828.

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

Color convert

RGB 164 99 120 -
CMYK 0 0.40 0.27 0.36
HSL 340.62º 0.26% 0.52% -
HSV(B) 340.62º 0.4% 0.64% -
XYZ 23.16 18.17 20.06 -
YUV 120.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 164 99 120 0 0.40 0.27 0.36 340.62 0.26 0.52
Hex A4 63 78 0 28 1B 24 155 1A 34
Octal 244 143 170 0 50 33 44 525 32 64
Binary 10100100 1100011 1111000 0 101000 11011 100100 101010101 11010 110100

Color Harmonies of #A46378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46378

Black with #A46378

Text Example


Text Example

White with #A46378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46378; }

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

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

background-color css

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

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

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

border-color css

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

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

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