Html Css Color HEX #A47376 Turkish Rose

📋 copy color: '#A47376'

red 164 ◦ green 115 ◦ blue 118

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

Shades of Turkish Rose #A47376

Tints of Turkish Rose #A47376

RGB

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

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

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

R = 41.31%
G = 28.97%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A47376 (or 0xA47376) is known color: Turkish Rose. HEX triplet: A4, 73 and 76. RGB value is (164,115,118). Sum of RGB (Red+Green+Blue) = 164+115+118=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A47376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47376 is #5B8C89. Grayscale: #828282. Windows color (decimal): -5999754 or 7762852. OLE color: 7762852.

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

Color convert

RGB 164 115 118 -
CMYK 0 0.30 0.28 0.36
HSL 356.33º 0.21% 0.55% -
HSV(B) 356.33º 0.3% 0.64% -
XYZ 24.71 21.46 19.98 -
YUV 129.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 164 115 118 0 0.30 0.28 0.36 356.33 0.21 0.55
Hex A4 73 76 0 1E 1C 24 164 15 37
Octal 244 163 166 0 36 34 44 544 25 67
Binary 10100100 1110011 1110110 0 11110 11100 100100 101100100 10101 110111

Color Harmonies of #A47376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47376

Black with #A47376

Text Example


Text Example

White with #A47376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47376; }

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

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

background-color css

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

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

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

border-color css

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

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

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