Html Css Color HEX #A47879 Turkish Rose

📋 copy color: '#A47879'

red 164 ◦ green 120 ◦ blue 121

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

Shades of Turkish Rose #A47879

Tints of Turkish Rose #A47879

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.63%

 BLUE value IS 121 (47.66% from 255) = 29.88%

R = 40.49%
G = 29.63%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A47879 (or 0xA47879) is known color: Turkish Rose. HEX triplet: A4, 78 and 79. RGB value is (164,120,121). Sum of RGB (Red+Green+Blue) = 164+120+121=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A47879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47879 is #5B8786. Grayscale: #858585. Windows color (decimal): -5998471 or 7960740. OLE color: 7960740.

HSL color Cylindrical-coordinate representation of color #A47879: hue angle of 358.64º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A47879 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 120 121 -
CMYK 0 0.27 0.26 0.36
HSL 358.64º 0.19% 0.56% -
HSV(B) 358.64º 0.27% 0.64% -
XYZ 25.48 22.71 21.13 -
YUV 133.27 121.08 149.92 -
System Red Green Blue C M Y K H S L
Decimal 164 120 121 0 0.27 0.26 0.36 358.64 0.19 0.56
Hex A4 78 79 0 1B 1A 24 167 13 38
Octal 244 170 171 0 33 32 44 547 23 70
Binary 10100100 1111000 1111001 0 11011 11010 100100 101100111 10011 111000

Color Harmonies of #A47879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47879

Black with #A47879

Text Example


Text Example

White with #A47879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47879; }

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

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

background-color css

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

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

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

border-color css

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

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

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