Html Css Color HEX #A46777 Turkish Rose

📋 copy color: '#A46777'

red 164 ◦ green 103 ◦ blue 119

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

Shades of Turkish Rose #A46777

Tints of Turkish Rose #A46777

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.68%

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

R = 42.49%
G = 26.68%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A46777 (or 0xA46777) is known color: Turkish Rose. HEX triplet: A4, 67 and 77. RGB value is (164,103,119). Sum of RGB (Red+Green+Blue) = 164+103+119=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A46777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46777 is #5B9888. Grayscale: #7B7B7B. Windows color (decimal): -6002825 or 7825316. OLE color: 7825316.

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

Color convert

RGB 164 103 119 -
CMYK 0 0.37 0.27 0.36
HSL 344.26º 0.25% 0.52% -
HSV(B) 344.26º 0.37% 0.64% -
XYZ 23.49 18.92 19.87 -
YUV 123.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 164 103 119 0 0.37 0.27 0.36 344.26 0.25 0.52
Hex A4 67 77 0 25 1B 24 158 19 34
Octal 244 147 167 0 45 33 44 530 31 64
Binary 10100100 1100111 1110111 0 100101 11011 100100 101011000 11001 110100

Color Harmonies of #A46777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46777

Black with #A46777

Text Example


Text Example

White with #A46777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46777; }

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

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

background-color css

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

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

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

border-color css

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

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

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