Html Css Color HEX #A47071 Turkish Rose

📋 copy color: '#A47071'

red 164 ◦ green 112 ◦ blue 113

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

Shades of Turkish Rose #A47071

Tints of Turkish Rose #A47071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.05%

R = 42.16%
G = 28.79%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A47071 (or 0xA47071) is known color: Turkish Rose. HEX triplet: A4, 70 and 71. RGB value is (164,112,113). Sum of RGB (Red+Green+Blue) = 164+112+113=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A47071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47071 is #5B8F8E. Grayscale: #7F7F7F. Windows color (decimal): -6000527 or 7434404. OLE color: 7434404.

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

Color convert

RGB 164 112 113 -
CMYK 0 0.32 0.31 0.36
HSL 358.85º 0.22% 0.54% -
HSV(B) 358.85º 0.32% 0.64% -
XYZ 24.08 20.67 18.34 -
YUV 127.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 164 112 113 0 0.32 0.31 0.36 358.85 0.22 0.54
Hex A4 70 71 0 20 1F 24 167 16 36
Octal 244 160 161 0 40 37 44 547 26 66
Binary 10100100 1110000 1110001 0 100000 11111 100100 101100111 10110 110110

Color Harmonies of #A47071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47071

Black with #A47071

Text Example


Text Example

White with #A47071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47071; }

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

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

background-color css

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

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

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

border-color css

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

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

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