Html Css Color HEX #A46371 Turkish Rose

📋 copy color: '#A46371'

red 164 ◦ green 99 ◦ blue 113

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

Shades of Turkish Rose #A46371

Tints of Turkish Rose #A46371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.33%

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

R = 43.62%
G = 26.33%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A46371 (or 0xA46371) is known color: Turkish Rose. HEX triplet: A4, 63 and 71. RGB value is (164,99,113). Sum of RGB (Red+Green+Blue) = 164+99+113=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A46371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46371 is #5B9C8E. Grayscale: #787878. Windows color (decimal): -6003855 or 7431076. OLE color: 7431076.

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

Color convert

RGB 164 99 113 -
CMYK 0 0.40 0.31 0.36
HSL 347.08º 0.26% 0.52% -
HSV(B) 347.08º 0.4% 0.64% -
XYZ 22.75 18.01 17.9 -
YUV 120.03 124.03 159.36 -
System Red Green Blue C M Y K H S L
Decimal 164 99 113 0 0.40 0.31 0.36 347.08 0.26 0.52
Hex A4 63 71 0 28 1F 24 15B 1A 34
Octal 244 143 161 0 50 37 44 533 32 64
Binary 10100100 1100011 1110001 0 101000 11111 100100 101011011 11010 110100

Color Harmonies of #A46371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46371

Black with #A46371

Text Example


Text Example

White with #A46371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46371; }

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

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

background-color css

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

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

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

border-color css

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

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

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