Html Css Color HEX #A47780 Turkish Rose

📋 copy color: '#A47780'

red 164 ◦ green 119 ◦ blue 128

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

Shades of Turkish Rose #A47780

Tints of Turkish Rose #A47780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.95%

 BLUE value IS 128 (50.39% from 255) = 31.14%

R = 39.9%
G = 28.95%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A47780 (or 0xA47780) is known color: Turkish Rose. HEX triplet: A4, 77 and 80. RGB value is (164,119,128). Sum of RGB (Red+Green+Blue) = 164+119+128=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A47780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47780 is #5B887F. Grayscale: #858585. Windows color (decimal): -5998720 or 8419236. OLE color: 8419236.

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

Color convert

RGB 164 119 128 -
CMYK 0 0.27 0.22 0.36
HSL 348º 0.2% 0.55% -
HSV(B) 348º 0.27% 0.64% -
XYZ 25.8 22.64 23.43 -
YUV 133.48 124.91 149.77 -
System Red Green Blue C M Y K H S L
Decimal 164 119 128 0 0.27 0.22 0.36 348 0.2 0.55
Hex A4 77 80 0 1B 16 24 15C 14 37
Octal 244 167 200 0 33 26 44 534 24 67
Binary 10100100 1110111 10000000 0 11011 10110 100100 101011100 10100 110111

Color Harmonies of #A47780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47780

Black with #A47780

Text Example


Text Example

White with #A47780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47780; }

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

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

background-color css

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

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

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

border-color css

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

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

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