Html Css Color HEX #A47378 Turkish Rose

📋 copy color: '#A47378'

red 164 ◦ green 115 ◦ blue 120

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

Shades of Turkish Rose #A47378

Tints of Turkish Rose #A47378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.82%

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

R = 41.1%
G = 28.82%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A47378 (or 0xA47378) is known color: Turkish Rose. HEX triplet: A4, 73 and 78. RGB value is (164,115,120). Sum of RGB (Red+Green+Blue) = 164+115+120=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A47378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47378 is #5B8C87. Grayscale: #828282. Windows color (decimal): -5999752 or 7893924. OLE color: 7893924.

HSL color Cylindrical-coordinate representation of color #A47378: hue angle of 353.88º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A47378 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 115 120 -
CMYK 0 0.30 0.27 0.36
HSL 353.88º 0.21% 0.55% -
HSV(B) 353.88º 0.3% 0.64% -
XYZ 24.83 21.51 20.61 -
YUV 130.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 164 115 120 0 0.30 0.27 0.36 353.88 0.21 0.55
Hex A4 73 78 0 1E 1B 24 162 15 37
Octal 244 163 170 0 36 33 44 542 25 67
Binary 10100100 1110011 1111000 0 11110 11011 100100 101100010 10101 110111

Color Harmonies of #A47378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47378

Black with #A47378

Text Example


Text Example

White with #A47378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47378; }

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

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

background-color css

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

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

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

border-color css

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

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

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