Html Css Color HEX #A46570 Turkish Rose

📋 copy color: '#A46570'

red 164 ◦ green 101 ◦ blue 112

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

Shades of Turkish Rose #A46570

Tints of Turkish Rose #A46570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.79%

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

R = 43.5%
G = 26.79%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A46570 (or 0xA46570) is known color: Turkish Rose. HEX triplet: A4, 65 and 70. RGB value is (164,101,112). Sum of RGB (Red+Green+Blue) = 164+101+112=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A46570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46570 is #5B9A8F. Grayscale: #797979. Windows color (decimal): -6003344 or 7366052. OLE color: 7366052.

HSL color Cylindrical-coordinate representation of color #A46570: hue angle of 349.52º degrees, saturation: 0.26, 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 #A46570 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 101 112 -
CMYK 0 0.38 0.32 0.36
HSL 349.52º 0.26% 0.52% -
HSV(B) 349.52º 0.38% 0.64% -
XYZ 22.89 18.37 17.67 -
YUV 121.09 122.87 158.61 -
System Red Green Blue C M Y K H S L
Decimal 164 101 112 0 0.38 0.32 0.36 349.52 0.26 0.52
Hex A4 65 70 0 26 20 24 15E 1A 34
Octal 244 145 160 0 46 40 44 536 32 64
Binary 10100100 1100101 1110000 0 100110 100000 100100 101011110 11010 110100

Color Harmonies of #A46570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46570

Black with #A46570

Text Example


Text Example

White with #A46570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46570; }

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

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

background-color css

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

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

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

border-color css

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

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

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