Html Css Color HEX #A46577 Turkish Rose

📋 copy color: '#A46577'

red 164 ◦ green 101 ◦ blue 119

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

Shades of Turkish Rose #A46577

Tints of Turkish Rose #A46577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.3%

 BLUE value IS 119 (46.88% from 255) = 30.99%

R = 42.71%
G = 26.3%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A46577 (or 0xA46577) is known color: Turkish Rose. HEX triplet: A4, 65 and 77. RGB value is (164,101,119). Sum of RGB (Red+Green+Blue) = 164+101+119=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A46577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46577 is #5B9A88. Grayscale: #797979. Windows color (decimal): -6003337 or 7824804. OLE color: 7824804.

HSL color Cylindrical-coordinate representation of color #A46577: hue angle of 342.86º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A46577 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 101 119 -
CMYK 0 0.38 0.27 0.36
HSL 342.86º 0.26% 0.52% -
HSV(B) 342.86º 0.38% 0.64% -
XYZ 23.29 18.53 19.8 -
YUV 121.89 126.37 158.04 -
System Red Green Blue C M Y K H S L
Decimal 164 101 119 0 0.38 0.27 0.36 342.86 0.26 0.52
Hex A4 65 77 0 26 1B 24 157 1A 34
Octal 244 145 167 0 46 33 44 527 32 64
Binary 10100100 1100101 1110111 0 100110 11011 100100 101010111 11010 110100

Color Harmonies of #A46577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46577

Black with #A46577

Text Example


Text Example

White with #A46577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46577; }

 p { color: rgb(164,101,119); }

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

background-color css

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

 a { background-color: rgb(164,101,119); }

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

border-color css

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

 span { border-color: rgb(164,101,119); }

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