Html Css Color HEX #A46A72 Turkish Rose

📋 copy color: '#A46A72'

red 164 ◦ green 106 ◦ blue 114

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

Shades of Turkish Rose #A46A72

Tints of Turkish Rose #A46A72

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.6%

 BLUE value IS 114 (44.92% from 255) = 29.69%

R = 42.71%
G = 27.6%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A46A72 (or 0xA46A72) is known color: Turkish Rose. HEX triplet: A4, 6A and 72. RGB value is (164,106,114). Sum of RGB (Red+Green+Blue) = 164+106+114=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46A72 is #5B958D. Grayscale: #7C7C7C. Windows color (decimal): -6002062 or 7498404. OLE color: 7498404.

HSL color Cylindrical-coordinate representation of color #A46A72: hue angle of 351.72º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A46A72 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 106 114 -
CMYK 0 0.35 0.30 0.36
HSL 351.72º 0.24% 0.53% -
HSV(B) 351.72º 0.35% 0.64% -
XYZ 23.5 19.42 18.43 -
YUV 124.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 164 106 114 0 0.35 0.30 0.36 351.72 0.24 0.53
Hex A4 6A 72 0 23 1E 24 160 18 35
Octal 244 152 162 0 43 36 44 540 30 65
Binary 10100100 1101010 1110010 0 100011 11110 100100 101100000 11000 110101

Color Harmonies of #A46A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46A72

Black with #A46A72

Text Example


Text Example

White with #A46A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46A72; }

 p { color: rgb(164,106,114); }

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

background-color css

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

 a { background-color: rgb(164,106,114); }

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

border-color css

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

 span { border-color: rgb(164,106,114); }

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