Html Css Color HEX #A47173 Turkish Rose

📋 copy color: '#A47173'

red 164 ◦ green 113 ◦ blue 115

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

Shades of Turkish Rose #A47173

Tints of Turkish Rose #A47173

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.83%

 BLUE value IS 115 (45.31% from 255) = 29.34%

R = 41.84%
G = 28.83%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A47173 (or 0xA47173) is known color: Turkish Rose. HEX triplet: A4, 71 and 73. RGB value is (164,113,115). Sum of RGB (Red+Green+Blue) = 164+113+115=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A47173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47173 is #5B8E8C. Grayscale: #808080. Windows color (decimal): -6000269 or 7565732. OLE color: 7565732.

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

Color convert

RGB 164 113 115 -
CMYK 0 0.31 0.30 0.36
HSL 357.65º 0.22% 0.54% -
HSV(B) 357.65º 0.31% 0.64% -
XYZ 24.31 20.94 18.98 -
YUV 128.48 120.4 153.34 -
System Red Green Blue C M Y K H S L
Decimal 164 113 115 0 0.31 0.30 0.36 357.65 0.22 0.54
Hex A4 71 73 0 1F 1E 24 166 16 36
Octal 244 161 163 0 37 36 44 546 26 66
Binary 10100100 1110001 1110011 0 11111 11110 100100 101100110 10110 110110

Color Harmonies of #A47173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47173

Black with #A47173

Text Example


Text Example

White with #A47173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47173; }

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

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

background-color css

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

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

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

border-color css

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

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

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