Html Css Color HEX #A46873 Turkish Rose

📋 copy color: '#A46873'

red 164 ◦ green 104 ◦ blue 115

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

Shades of Turkish Rose #A46873

Tints of Turkish Rose #A46873

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.15%

 BLUE value IS 115 (45.31% from 255) = 30.03%

R = 42.82%
G = 27.15%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A46873 (or 0xA46873) is known color: Turkish Rose. HEX triplet: A4, 68 and 73. RGB value is (164,104,115). Sum of RGB (Red+Green+Blue) = 164+104+115=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A46873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46873 is #5B978C. Grayscale: #7B7B7B. Windows color (decimal): -6002573 or 7563428. OLE color: 7563428.

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

Color convert

RGB 164 104 115 -
CMYK 0 0.37 0.30 0.36
HSL 349º 0.25% 0.53% -
HSV(B) 349º 0.37% 0.64% -
XYZ 23.35 19.03 18.66 -
YUV 123.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 164 104 115 0 0.37 0.30 0.36 349 0.25 0.53
Hex A4 68 73 0 25 1E 24 15D 19 35
Octal 244 150 163 0 45 36 44 535 31 65
Binary 10100100 1101000 1110011 0 100101 11110 100100 101011101 11001 110101

Color Harmonies of #A46873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46873

Black with #A46873

Text Example


Text Example

White with #A46873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46873; }

 p { color: rgb(164,104,115); }

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

background-color css

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

 a { background-color: rgb(164,104,115); }

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

border-color css

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

 span { border-color: rgb(164,104,115); }

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