Html Css Color HEX #A46F7E Turkish Rose

📋 copy color: '#A46F7E'

red 164 ◦ green 111 ◦ blue 126

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

Shades of Turkish Rose #A46F7E

Tints of Turkish Rose #A46F7E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.68%

 BLUE value IS 126 (49.61% from 255) = 31.42%

R = 40.9%
G = 27.68%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A46F7E (or 0xA46F7E) is known color: Turkish Rose. HEX triplet: A4, 6F and 7E. RGB value is (164,111,126). Sum of RGB (Red+Green+Blue) = 164+111+126=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46F7E is #5B9081. Grayscale: #808080. Windows color (decimal): -6000770 or 8286116. OLE color: 8286116.

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

Color convert

RGB 164 111 126 -
CMYK 0 0.32 0.23 0.36
HSL 343.02º 0.23% 0.54% -
HSV(B) 343.02º 0.32% 0.64% -
XYZ 24.76 20.77 22.44 -
YUV 128.56 126.56 153.28 -
System Red Green Blue C M Y K H S L
Decimal 164 111 126 0 0.32 0.23 0.36 343.02 0.23 0.54
Hex A4 6F 7E 0 20 17 24 157 17 36
Octal 244 157 176 0 40 27 44 527 27 66
Binary 10100100 1101111 1111110 0 100000 10111 100100 101010111 10111 110110

Color Harmonies of #A46F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F7E

Black with #A46F7E

Text Example


Text Example

White with #A46F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F7E; }

 p { color: rgb(164,111,126); }

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

background-color css

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

 a { background-color: rgb(164,111,126); }

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

border-color css

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

 span { border-color: rgb(164,111,126); }

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