Html Css Color HEX #A47079 Turkish Rose

📋 copy color: '#A47079'

red 164 ◦ green 112 ◦ blue 121

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

Shades of Turkish Rose #A47079

Tints of Turkish Rose #A47079

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.21%

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

R = 41.31%
G = 28.21%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A47079 (or 0xA47079) is known color: Turkish Rose. HEX triplet: A4, 70 and 79. RGB value is (164,112,121). Sum of RGB (Red+Green+Blue) = 164+112+121=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A47079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47079 is #5B8F86. Grayscale: #808080. Windows color (decimal): -6000519 or 7958692. OLE color: 7958692.

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

Color convert

RGB 164 112 121 -
CMYK 0 0.32 0.26 0.36
HSL 349.62º 0.22% 0.54% -
HSV(B) 349.62º 0.32% 0.64% -
XYZ 24.56 20.86 20.82 -
YUV 128.57 123.73 153.27 -
System Red Green Blue C M Y K H S L
Decimal 164 112 121 0 0.32 0.26 0.36 349.62 0.22 0.54
Hex A4 70 79 0 20 1A 24 15E 16 36
Octal 244 160 171 0 40 32 44 536 26 66
Binary 10100100 1110000 1111001 0 100000 11010 100100 101011110 10110 110110

Color Harmonies of #A47079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47079

Black with #A47079

Text Example


Text Example

White with #A47079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47079; }

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

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

background-color css

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

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

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

border-color css

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

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

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