Html Css Color HEX #A57778 Turkish Rose

📋 copy color: '#A57778'

red 165 ◦ green 119 ◦ blue 120

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

Shades of Turkish Rose #A57778

Tints of Turkish Rose #A57778

RGB

 RED value IS 165 (64.84% from 255) = 40.84%

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

 BLUE value IS 120 (47.27% from 255) = 29.7%

R = 40.84%
G = 29.46%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A57778 (or 0xA57778) is known color: Turkish Rose. HEX triplet: A5, 77 and 78. RGB value is (165,119,120). Sum of RGB (Red+Green+Blue) = 165+119+120=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A57778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57778 is #5A8887. Grayscale: #848484. Windows color (decimal): -5933192 or 7894949. OLE color: 7894949.

HSL color Cylindrical-coordinate representation of color #A57778: hue angle of 358.7º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A57778 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 119 120 -
CMYK 0 0.28 0.27 0.35
HSL 358.7º 0.2% 0.56% -
HSV(B) 358.7º 0.28% 0.65% -
XYZ 25.5 22.55 20.78 -
YUV 132.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 165 119 120 0 0.28 0.27 0.35 358.7 0.2 0.56
Hex A5 77 78 0 1C 1B 23 167 14 38
Octal 245 167 170 0 34 33 43 547 24 70
Binary 10100101 1110111 1111000 0 11100 11011 100011 101100111 10100 111000

Color Harmonies of #A57778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57778

Black with #A57778

Text Example


Text Example

White with #A57778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57778; }

 p { color: rgb(165,119,120); }

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

background-color css

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

 a { background-color: rgb(165,119,120); }

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

border-color css

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

 span { border-color: rgb(165,119,120); }

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