Html Css Color HEX #A46973 Turkish Rose

📋 copy color: '#A46973'

red 164 ◦ green 105 ◦ blue 115

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

Shades of Turkish Rose #A46973

Tints of Turkish Rose #A46973

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.34%

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

R = 42.71%
G = 27.34%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A46973 (or 0xA46973) is known color: Turkish Rose. HEX triplet: A4, 69 and 73. RGB value is (164,105,115). Sum of RGB (Red+Green+Blue) = 164+105+115=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A46973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46973 is #5B968C. Grayscale: #7B7B7B. Windows color (decimal): -6002317 or 7563684. OLE color: 7563684.

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

Color convert

RGB 164 105 115 -
CMYK 0 0.36 0.30 0.36
HSL 349.83º 0.24% 0.53% -
HSV(B) 349.83º 0.36% 0.64% -
XYZ 23.46 19.23 18.7 -
YUV 123.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 164 105 115 0 0.36 0.30 0.36 349.83 0.24 0.53
Hex A4 69 73 0 24 1E 24 15E 18 35
Octal 244 151 163 0 44 36 44 536 30 65
Binary 10100100 1101001 1110011 0 100100 11110 100100 101011110 11000 110101

Color Harmonies of #A46973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46973

Black with #A46973

Text Example


Text Example

White with #A46973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46973; }

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

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

background-color css

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

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

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

border-color css

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

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

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