Html Css Color HEX #A47175 Turkish Rose

📋 copy color: '#A47175'

red 164 ◦ green 113 ◦ blue 117

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

Shades of Turkish Rose #A47175

Tints of Turkish Rose #A47175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.7%

R = 41.62%
G = 28.68%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A47175 (or 0xA47175) is known color: Turkish Rose. HEX triplet: A4, 71 and 75. RGB value is (164,113,117). Sum of RGB (Red+Green+Blue) = 164+113+117=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A47175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47175 is #5B8E8A. Grayscale: #808080. Windows color (decimal): -6000267 or 7696804. OLE color: 7696804.

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

Color convert

RGB 164 113 117 -
CMYK 0 0.31 0.29 0.36
HSL 355.29º 0.22% 0.54% -
HSV(B) 355.29º 0.31% 0.64% -
XYZ 24.43 20.99 19.59 -
YUV 128.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 164 113 117 0 0.31 0.29 0.36 355.29 0.22 0.54
Hex A4 71 75 0 1F 1D 24 163 16 36
Octal 244 161 165 0 37 35 44 543 26 66
Binary 10100100 1110001 1110101 0 11111 11101 100100 101100011 10110 110110

Color Harmonies of #A47175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47175

Black with #A47175

Text Example


Text Example

White with #A47175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47175; }

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

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

background-color css

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

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

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

border-color css

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

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

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