Html Css Color HEX #A46470 Turkish Rose

📋 copy color: '#A46470'

red 164 ◦ green 100 ◦ blue 112

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

Shades of Turkish Rose #A46470

Tints of Turkish Rose #A46470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.6%

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

R = 43.62%
G = 26.6%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A46470 (or 0xA46470) is known color: Turkish Rose. HEX triplet: A4, 64 and 70. RGB value is (164,100,112). Sum of RGB (Red+Green+Blue) = 164+100+112=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A46470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46470 is #5B9B8F. Grayscale: #787878. Windows color (decimal): -6003600 or 7365796. OLE color: 7365796.

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

Color convert

RGB 164 100 112 -
CMYK 0 0.39 0.32 0.36
HSL 348.75º 0.26% 0.52% -
HSV(B) 348.75º 0.39% 0.64% -
XYZ 22.79 18.18 17.64 -
YUV 120.5 123.2 159.02 -
System Red Green Blue C M Y K H S L
Decimal 164 100 112 0 0.39 0.32 0.36 348.75 0.26 0.52
Hex A4 64 70 0 27 20 24 15D 1A 34
Octal 244 144 160 0 47 40 44 535 32 64
Binary 10100100 1100100 1110000 0 100111 100000 100100 101011101 11010 110100

Color Harmonies of #A46470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46470

Black with #A46470

Text Example


Text Example

White with #A46470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46470; }

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

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

background-color css

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

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

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

border-color css

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

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

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