Html Css Color HEX #A46D71 Turkish Rose

📋 copy color: '#A46D71'

red 164 ◦ green 109 ◦ blue 113

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

Shades of Turkish Rose #A46D71

Tints of Turkish Rose #A46D71

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.24%

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

R = 42.49%
G = 28.24%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A46D71 (or 0xA46D71) is known color: Turkish Rose. HEX triplet: A4, 6D and 71. RGB value is (164,109,113). Sum of RGB (Red+Green+Blue) = 164+109+113=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46D71 is #5B928E. Grayscale: #7D7D7D. Windows color (decimal): -6001295 or 7433636. OLE color: 7433636.

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

Color convert

RGB 164 109 113 -
CMYK 0 0.34 0.31 0.36
HSL 355.64º 0.23% 0.54% -
HSV(B) 355.64º 0.34% 0.64% -
XYZ 23.76 20.02 18.24 -
YUV 125.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 164 109 113 0 0.34 0.31 0.36 355.64 0.23 0.54
Hex A4 6D 71 0 22 1F 24 164 17 36
Octal 244 155 161 0 42 37 44 544 27 66
Binary 10100100 1101101 1110001 0 100010 11111 100100 101100100 10111 110110

Color Harmonies of #A46D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46D71

Black with #A46D71

Text Example


Text Example

White with #A46D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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