Html Css Color HEX #A46671 Turkish Rose

📋 copy color: '#A46671'

red 164 ◦ green 102 ◦ blue 113

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

Shades of Turkish Rose #A46671

Tints of Turkish Rose #A46671

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.91%

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

R = 43.27%
G = 26.91%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A46671 (or 0xA46671) is known color: Turkish Rose. HEX triplet: A4, 66 and 71. RGB value is (164,102,113). Sum of RGB (Red+Green+Blue) = 164+102+113=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A46671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46671 is #5B998E. Grayscale: #797979. Windows color (decimal): -6003087 or 7431844. OLE color: 7431844.

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

Color convert

RGB 164 102 113 -
CMYK 0 0.38 0.31 0.36
HSL 349.35º 0.25% 0.52% -
HSV(B) 349.35º 0.38% 0.64% -
XYZ 23.04 18.59 18 -
YUV 121.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 164 102 113 0 0.38 0.31 0.36 349.35 0.25 0.52
Hex A4 66 71 0 26 1F 24 15D 19 34
Octal 244 146 161 0 46 37 44 535 31 64
Binary 10100100 1100110 1110001 0 100110 11111 100100 101011101 11001 110100

Color Harmonies of #A46671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46671

Black with #A46671

Text Example


Text Example

White with #A46671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46671; }

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

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

background-color css

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

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

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

border-color css

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

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

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