Html Css Color HEX #A46370 Turkish Rose

📋 copy color: '#A46370'

red 164 ◦ green 99 ◦ blue 112

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

Shades of Turkish Rose #A46370

Tints of Turkish Rose #A46370

RGB

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

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

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

R = 43.73%
G = 26.4%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A46370 (or 0xA46370) is known color: Turkish Rose. HEX triplet: A4, 63 and 70. RGB value is (164,99,112). Sum of RGB (Red+Green+Blue) = 164+99+112=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A46370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46370 is #5B9C8F. Grayscale: #777777. Windows color (decimal): -6003856 or 7365540. OLE color: 7365540.

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

Color convert

RGB 164 99 112 -
CMYK 0 0.40 0.32 0.36
HSL 348º 0.26% 0.52% -
HSV(B) 348º 0.4% 0.64% -
XYZ 22.7 17.99 17.6 -
YUV 119.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 164 99 112 0 0.40 0.32 0.36 348 0.26 0.52
Hex A4 63 70 0 28 20 24 15C 1A 34
Octal 244 143 160 0 50 40 44 534 32 64
Binary 10100100 1100011 1110000 0 101000 100000 100100 101011100 11010 110100

Color Harmonies of #A46370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46370

Black with #A46370

Text Example


Text Example

White with #A46370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46370; }

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

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

background-color css

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

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

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

border-color css

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

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

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