Html Css Color HEX #A46E7D Turkish Rose

📋 copy color: '#A46E7D'

red 164 ◦ green 110 ◦ blue 125

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

Shades of Turkish Rose #A46E7D

Tints of Turkish Rose #A46E7D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.57%

 BLUE value IS 125 (49.22% from 255) = 31.33%

R = 41.1%
G = 27.57%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A46E7D (or 0xA46E7D) is known color: Turkish Rose. HEX triplet: A4, 6E and 7D. RGB value is (164,110,125). Sum of RGB (Red+Green+Blue) = 164+110+125=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46E7D is #5B9182. Grayscale: #7F7F7F. Windows color (decimal): -6001027 or 8220324. OLE color: 8220324.

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

Color convert

RGB 164 110 125 -
CMYK 0 0.33 0.24 0.36
HSL 343.33º 0.23% 0.54% -
HSV(B) 343.33º 0.33% 0.64% -
XYZ 24.59 20.53 22.07 -
YUV 127.86 126.39 153.78 -
System Red Green Blue C M Y K H S L
Decimal 164 110 125 0 0.33 0.24 0.36 343.33 0.23 0.54
Hex A4 6E 7D 0 21 18 24 157 17 36
Octal 244 156 175 0 41 30 44 527 27 66
Binary 10100100 1101110 1111101 0 100001 11000 100100 101010111 10111 110110

Color Harmonies of #A46E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46E7D

Black with #A46E7D

Text Example


Text Example

White with #A46E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46E7D; }

 p { color: rgb(164,110,125); }

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

background-color css

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

 a { background-color: rgb(164,110,125); }

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

border-color css

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

 span { border-color: rgb(164,110,125); }

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