Html Css Color HEX #A46A74 Turkish Rose

📋 copy color: '#A46A74'

red 164 ◦ green 106 ◦ blue 116

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

Shades of Turkish Rose #A46A74

Tints of Turkish Rose #A46A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.05%

R = 42.49%
G = 27.46%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A46A74 (or 0xA46A74) is known color: Turkish Rose. HEX triplet: A4, 6A and 74. RGB value is (164,106,116). Sum of RGB (Red+Green+Blue) = 164+106+116=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46A74 is #5B958B. Grayscale: #7C7C7C. Windows color (decimal): -6002060 or 7629476. OLE color: 7629476.

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

Color convert

RGB 164 106 116 -
CMYK 0 0.35 0.29 0.36
HSL 349.66º 0.24% 0.53% -
HSV(B) 349.66º 0.35% 0.64% -
XYZ 23.62 19.46 19.03 -
YUV 124.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 164 106 116 0 0.35 0.29 0.36 349.66 0.24 0.53
Hex A4 6A 74 0 23 1D 24 15E 18 35
Octal 244 152 164 0 43 35 44 536 30 65
Binary 10100100 1101010 1110100 0 100011 11101 100100 101011110 11000 110101

Color Harmonies of #A46A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46A74

Black with #A46A74

Text Example


Text Example

White with #A46A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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