Html Css Color HEX #A47880 Turkish Rose

📋 copy color: '#A47880'

red 164 ◦ green 120 ◦ blue 128

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

Shades of Turkish Rose #A47880

Tints of Turkish Rose #A47880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.13%

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

R = 39.81%
G = 29.13%
B = 31.07%

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

#A47880 (or 0xA47880) is known color: Turkish Rose. HEX triplet: A4, 78 and 80. RGB value is (164,120,128). Sum of RGB (Red+Green+Blue) = 164+120+128=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A47880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47880 is #5B877F. Grayscale: #868686. Windows color (decimal): -5998464 or 8419492. OLE color: 8419492.

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

Color convert

RGB 164 120 128 -
CMYK 0 0.27 0.22 0.36
HSL 349.09º 0.19% 0.56% -
HSV(B) 349.09º 0.27% 0.64% -
XYZ 25.92 22.88 23.47 -
YUV 134.07 124.58 149.35 -
System Red Green Blue C M Y K H S L
Decimal 164 120 128 0 0.27 0.22 0.36 349.09 0.19 0.56
Hex A4 78 80 0 1B 16 24 15D 13 38
Octal 244 170 200 0 33 26 44 535 23 70
Binary 10100100 1111000 10000000 0 11011 10110 100100 101011101 10011 111000

Color Harmonies of #A47880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47880

Black with #A47880

Text Example


Text Example

White with #A47880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47880; }

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

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

background-color css

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

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

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

border-color css

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

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

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