Html Css Color HEX #A46E70 Turkish Rose

📋 copy color: '#A46E70'

red 164 ◦ green 110 ◦ blue 112

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

Shades of Turkish Rose #A46E70

Tints of Turkish Rose #A46E70

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.5%

 BLUE value IS 112 (44.14% from 255) = 29.02%

R = 42.49%
G = 28.5%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A46E70 (or 0xA46E70) is known color: Turkish Rose. HEX triplet: A4, 6E and 70. RGB value is (164,110,112). Sum of RGB (Red+Green+Blue) = 164+110+112=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46E70 is #5B918F. Grayscale: #7E7E7E. Windows color (decimal): -6001040 or 7368356. OLE color: 7368356.

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

Color convert

RGB 164 110 112 -
CMYK 0 0.33 0.32 0.36
HSL 357.78º 0.23% 0.54% -
HSV(B) 357.78º 0.33% 0.64% -
XYZ 23.81 20.21 17.98 -
YUV 126.37 119.89 154.84 -
System Red Green Blue C M Y K H S L
Decimal 164 110 112 0 0.33 0.32 0.36 357.78 0.23 0.54
Hex A4 6E 70 0 21 20 24 166 17 36
Octal 244 156 160 0 41 40 44 546 27 66
Binary 10100100 1101110 1110000 0 100001 100000 100100 101100110 10111 110110

Color Harmonies of #A46E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46E70

Black with #A46E70

Text Example


Text Example

White with #A46E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46E70; }

 p { color: rgb(164,110,112); }

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

background-color css

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

 a { background-color: rgb(164,110,112); }

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

border-color css

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

 span { border-color: rgb(164,110,112); }

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