Html Css Color HEX #A56878 Turkish Rose

📋 copy color: '#A56878'

red 165 ◦ green 104 ◦ blue 120

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

Shades of Turkish Rose #A56878

Tints of Turkish Rose #A56878

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.74%

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

R = 42.42%
G = 26.74%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A56878 (or 0xA56878) is known color: Turkish Rose. HEX triplet: A5, 68 and 78. RGB value is (165,104,120). Sum of RGB (Red+Green+Blue) = 165+104+120=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A56878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56878 is #5A9787. Grayscale: #7C7C7C. Windows color (decimal): -5937032 or 7891109. OLE color: 7891109.

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

Color convert

RGB 165 104 120 -
CMYK 0 0.37 0.27 0.35
HSL 344.26º 0.25% 0.53% -
HSV(B) 344.26º 0.37% 0.65% -
XYZ 23.86 19.26 20.23 -
YUV 124.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 165 104 120 0 0.37 0.27 0.35 344.26 0.25 0.53
Hex A5 68 78 0 25 1B 23 158 19 35
Octal 245 150 170 0 45 33 43 530 31 65
Binary 10100101 1101000 1111000 0 100101 11011 100011 101011000 11001 110101

Color Harmonies of #A56878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56878

Black with #A56878

Text Example


Text Example

White with #A56878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56878; }

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

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

background-color css

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

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

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

border-color css

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

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

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